Skip to content

Commit

Permalink
Merge pull request #16647 from mzazrivec/there_is_no_cloud_instance
Browse files Browse the repository at this point in the history
Rename "Cloud Instance" back to "Instance"
  • Loading branch information
Dan Clarizio authored Dec 14, 2017
2 parents c35091f + 450a9be commit d5064ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/miq_expression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
- User
- VimPerformanceTrend
- Vm
- VmCloud
- ManageIQ::Providers::CloudManager::Vm
- ManageIQ::Providers::InfraManager::Vm
- VmPerformance
Expand Down
2 changes: 1 addition & 1 deletion locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ en:
User: EVM User
VimPerformanceTrend: Performance Trend
Vm: VM and Instance
VmCloud: Cloud Instance
VmCloud: Instance
VmdbIndex: Index
VmdbTable: VMDB Table
VmOrTemplate: VM or Template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Amazon - Active VMs
rpt_group: Custom
rpt_type: Custom
priority: 20
db: VmCloud
db: ManageIQ::Providers::CloudManager::Vm
cols:
- name
- power_state
Expand Down
4 changes: 2 additions & 2 deletions spec/models/generic_object_definition_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
end

it 'updates the association with different class' do
definition.add_property_association(:vms, 'vm_cloud')
expect(definition.properties[:associations]).to include('vms' => 'VmCloud')
definition.add_property_association(:vms, 'zone')
expect(definition.properties[:associations]).to include('vms' => 'Zone')
end

it 'accepts GenericObject as the association' do
Expand Down

0 comments on commit d5064ab

Please sign in to comment.