Skip to content

Commit

Permalink
Remove unnecessary fields from response
Browse files Browse the repository at this point in the history
Change-Id: I6b0b9cb4324d7c231fdc733e9272fd1b960a183c
Closes-Bug: 1361520
(cherry picked from commit 240b73b)
  • Loading branch information
Sachin Bansal committed Sep 24, 2014
1 parent 2681094 commit d7a8d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py
Expand Up @@ -2282,11 +2282,9 @@ def _port_vnc_to_neutron(self, port_obj, port_req_memo=None):
ip_addr = ip_obj.get_instance_ip_address()

ip_q_dict = {}
ip_q_dict['port_id'] = port_obj.uuid
ip_q_dict['ip_address'] = ip_addr
ip_q_dict['subnet_id'] = self._ip_address_to_subnet_id(ip_addr,
net_obj)
ip_q_dict['net_id'] = net_id

port_q_dict['fixed_ips'].append(ip_q_dict)

Expand Down

0 comments on commit d7a8d12

Please sign in to comment.