Skip to content
Snippets Groups Projects

Issue #3348632: Rename network_interface_id to network_id in OpenStack FloatingIP

Merged Issue #3348632: Rename network_interface_id to network_id in OpenStack FloatingIP
All threads resolved!
All threads resolved!
14 files
+ 308
126
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -20,11 +20,11 @@ const OPENSTACK_FLOATING_IP_TEMPLATE: EntityInfoTemplate = {
keyValueRecords: [
{ labelName: 'Instance ID', name: 'instance_id', type: 'join', info: {
entityTypeId: 'openstack_instance', keyColumn: 'instance_id', valueColumn: 'name' } },
{ labelName: 'Network ID', name: 'network_interface_id', type: 'join', info: {
{ labelName: 'Network ID', name: 'network_id', type: 'join', info: {
entityTypeId: 'openstack_network', keyColumn: 'network_id', valueColumn: 'name' } },
{ labelName: 'Allocation ID', name: 'allocation_id', type: 'default' },
{ labelName: 'Association ID', name: 'association_id', type: 'default' },
{ labelName: 'Network interface owner', name: 'network_interface_owner', type: 'default' },
{ labelName: 'Network owner', name: 'network_owner', type: 'default' },
]
},
{
Loading