Does nova flavor-create work for you? [root@rhel62 ~]# nova help flavor-create usage: nova flavor-create [--ephemeral <ephemeral>] [--swap <swap>] [--rxtx-factor <factor>] [--is-public <is-public>] <name> <id> <ram> <disk> <vcpus>
Create a new flavor Positional arguments: <name> Name of the new flavor <id> Unique ID (integer or UUID) for the new flavor. If specifying 'auto', a UUID will be generated as id <ram> Memory size in MB <disk> Disk size in GB <vcpus> Number of vcpus Optional arguments: --ephemeral <ephemeral> Ephemeral space size in GB (default 0) --swap <swap> Swap space size in MB (default 0) --rxtx-factor <factor> RX/TX factor (default 1) --is-public <is-public> Make flavor accessible to the public (default true) [root@rhel62 ~]# ================== Then you're going through python-novaclient rather than nova-manage. Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E-mail: mrie...@us.ibm.com 3605 Hwy 52 N Rochester, MN 55901-1407 United States From: claudio marques <mrqss_...@hotmail.com> To: openstack lista <openstack@lists.launchpad.net>, Date: 07/17/2013 03:29 AM Subject: [Openstack] InstanceResourceQuota Sent by: "Openstack" <openstack-bounces+mriedem=us.ibm....@lists.launchpad.net> Hi Stackers. Does anyone knows were I can get info about resizing flavors and instances? I saw on this link https://wiki.openstack.org/wiki/InstanceResourceQuota some options for example nova-manage flavor set_key --name m1.small --key quota:cpu_quota --value 5000 nova-manage flavor set_key --name m1.small --key quota:cpu_period --value 2500 On this command I am limiting CPU usage for the flavor m1.small. Where can I have a list of all possibilities that I can use regarding this type of operations? Can someone enlighten me? Thank's in advance Cheers Claudio Marques _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp
<<image/gif>>
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp