Fixes for shared ips
Fixes JIRA:NCP-1567 Fixes JIRA:NCP-1568 Fixes JIRA:NCP-1569 Fixes JIRA:NCP-1570
This commit is contained in:
		@@ -264,9 +264,9 @@ def _make_ip_dict(address):
 | 
			
		||||
            "port_ids": [assoc.port_id
 | 
			
		||||
                         for assoc in address["associations"]],
 | 
			
		||||
            "subnet_id": address["subnet_id"],
 | 
			
		||||
            "used_by_tenant_id": address["used_by_tenant_id"],
 | 
			
		||||
            "tenant_id": address["used_by_tenant_id"],
 | 
			
		||||
            "version": address["version"],
 | 
			
		||||
            "address_type": address['address_type']}
 | 
			
		||||
            "type": address['address_type']}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def _make_ip_policy_dict(ipp):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user