~ubuntu-branches/ubuntu/raring/nova/raring-updates

« back to all changes in this revision

Viewing changes to nova/network/quantumv2/api.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-04-02 08:44:39 UTC
  • mfrom: (1.1.70)
  • Revision ID: package-import@ubuntu.com-20130402084439-e6veyayncnqpxxct
Tags: 1:2013.1~rc2-0ubuntu1
[ James Page ]
* d/control: Promote novnc and websockify to Depends for
  nova-novncproxy (LP: #1066845). 

[ Chuck Short ]
*  New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
        # this only affects the attach case, not the original use for this
290
290
        # method.
291
291
        return network_model.NetworkInfo([port for port in nw_info
292
 
                                          if port['id'] in created_port_ids])
 
292
                                          if port['id'] in created_port_ids +
 
293
                                                           touched_port_ids])
293
294
 
294
295
    def _refresh_quantum_extensions_cache(self):
295
296
        if (not self.last_quantum_extension_sync or