Hello Claudio, On Wed, Jul 17, 2013 at 1:58 PM, claudio marques <mrqss_cld at hotmail.com> wrote: > Hi Stackers. > > Does anyone knows were I can get info about resizing flavors and instances? To resize an instance you can use "nova resize" which is again python-novaclient as Matt suggested in his reply for creating a flavor. You can use below command to resize the instance: $ nova resize <instance-id> <flavor-id> Instance id can be obtained using: $ nova list whereas flavor id can be obtained using: $ nova flavor-list You can refer this link which helped me - http://docs.openstack.org/cli/quick-start/content/nova-cli-reference.html Hope this helps. :) > Thank's in advance > > Cheers > > Claudio Marques > > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : openstack at lists.launchpad.net > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > Cheers, Dharmit Shah www.about.me/dharmit