~ubuntu-branches/ubuntu/trusty/quantum/trusty

« back to all changes in this revision

Viewing changes to quantum/plugins/cisco/models/virt_phy_sw_v2.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 09:43:14 UTC
  • mfrom: (2.1.16)
  • Revision ID: package-import@ubuntu.com-20121123094314-e1tqsulrwe21b9aq
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/patches/*: Refreshed for opening of Grizzly.

[ Chuck Short ]
* New upstream release.
* debian/rules: FTFBS if there is missing binaries.
* debian/quantum-server.install: Add quantum-debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
        """For this model this method will be delegated to vswitch plugin"""
290
290
        pass
291
291
 
 
292
    def get_networks_count(self, context, filters=None):
 
293
        """For this model this method will be delegated to vswitch plugin"""
 
294
        pass
 
295
 
292
296
    def create_port(self, context, port):
293
297
        """For this model this method will be delegated to vswitch plugin"""
294
298
        pass
301
305
        """For this model this method will be delegated to vswitch plugin"""
302
306
        pass
303
307
 
 
308
    def get_ports_count(self, context, filters=None):
 
309
        """For this model this method will be delegated to vswitch plugin"""
 
310
        pass
 
311
 
304
312
    def update_port(self, context, id, port):
305
313
        """For this model this method will be delegated to vswitch plugin"""
306
314
        pass
328
336
    def get_subnets(self, context, filters=None, fields=None):
329
337
        """For this model this method will be delegated to vswitch plugin"""
330
338
        pass
 
339
 
 
340
    def get_subnets_count(self, context, filters=None):
 
341
        """For this model this method will be delegated to vswitch plugin"""
 
342
        pass