~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to nova/api/openstack/compute/contrib/floating_ips.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Soren Hansen
  • Date: 2012-09-07 17:49:53 UTC
  • mfrom: (1.1.61)
  • Revision ID: package-import@ubuntu.com-20120907174953-oapuvix1jxm830he
Tags: 2012.2~rc1~20120907.15996-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/nova-common.postinst: Drop nova_sudoers permission changing
  since we do it in the debian/rules. (LP: #995285)

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Fix Launchpad URLs in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
class Floating_ips(extensions.ExtensionDescriptor):
298
298
    """Floating IPs support"""
299
299
 
300
 
    name = "Floating_ips"
 
300
    name = "FloatingIps"
301
301
    alias = "os-floating-ips"
302
302
    namespace = "http://docs.openstack.org/compute/ext/floating_ips/api/v1.1"
303
303
    updated = "2011-06-16T00:00:00+00:00"