~gandelman-a/ubuntu/precise/nova/UCA_2012.2.1

« back to all changes in this revision

Viewing changes to bin/nova-manage

  • 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:
851
851
            help='rxtx_factor')
852
852
    @args('--is_public', dest="is_public", metavar='<is_public>',
853
853
            help='Make flavor accessible to the public')
854
 
    def create(self, name, memory, vcpus, root_gb, ephemeral_gb, flavorid,
 
854
    def create(self, name, memory, vcpus, root_gb, ephemeral_gb, flavorid=None,
855
855
               swap=0, rxtx_factor=1, is_public=True):
856
856
        """Creates instance types / flavors"""
857
857
        try: