Activity log for bug #1415319

Date Who What changed Old value New value Message
2015-01-28 05:07:18 Amandeep bug added bug
2015-01-28 05:07:48 Amandeep python-novaclient: assignee Amandeep (rattenpal-amandeep)
2015-01-29 03:40:06 Amandeep description when booting an instance then wrong information of argument shown at cli, Here without with --flavor and --image we unable to boot a vm. So, these parameters should be positional not optional argument. steps to replicate : step 1: $ nova help boot Boot a new server. Positional arguments: <name> Name for the new server Optional arguments: --flavor <flavor> Name or ID of flavor (see 'nova flavor-list'). --image <image> Name or ID of image (see 'nova image-list'). step 2: $ nova boot vm_1 ERROR (CommandError): you need to specify a Flavor ID Step 3 $ nova boot --flavor 42 vm_1 ERROR (CommandError): you need to specify at least one source ID (Image, Snapshot, or Volume), a block device mapping or provide a set of properties to match against an image $ nova boot --flavor 42 --image <image-id> then we able to boot a vm expected result: $ nova help boot Boot a new server. Positional arguments: <name> Name for the new server --flavor <flavor> Name or ID of flavor (see 'nova flavor-list'). --image <image> Name or ID of image (see 'nova image-list'). when booting an instance then wrong information of argument shown at cli, Here without with --flavor and --image we unable to boot a vm. So, these parameters should be positional not optional argument. steps to replicate : step 1: $ nova help boot Boot a new server. Positional arguments:   <name> Name for the new server Optional arguments:   --flavor <flavor> Name or ID of flavor (see 'nova flavor-list').   --image <image> Name or ID of image (see 'nova image-list'). step 2: $ nova boot vm_1 ERROR (CommandError): you need to specify a Flavor ID Step 3 $ nova boot --flavor 42 vm_1 ERROR (CommandError): you need to specify at least one source ID (Image, Snapshot, or Volume), a block device mapping or provide a set of properties to match against an image $ nova boot --flavor 42 --image <image-id> then we able to boot a vm expected result: $ nova help boot Boot a new server. Positional arguments:   <name> Name for the new server   <--flavor> Name or ID of flavor (see 'nova flavor-list').   <--image> Name or ID of image (see 'nova image-list').
2015-02-09 11:06:06 Abhishek Talwar description when booting an instance then wrong information of argument shown at cli, Here without with --flavor and --image we unable to boot a vm. So, these parameters should be positional not optional argument. steps to replicate : step 1: $ nova help boot Boot a new server. Positional arguments:   <name> Name for the new server Optional arguments:   --flavor <flavor> Name or ID of flavor (see 'nova flavor-list').   --image <image> Name or ID of image (see 'nova image-list'). step 2: $ nova boot vm_1 ERROR (CommandError): you need to specify a Flavor ID Step 3 $ nova boot --flavor 42 vm_1 ERROR (CommandError): you need to specify at least one source ID (Image, Snapshot, or Volume), a block device mapping or provide a set of properties to match against an image $ nova boot --flavor 42 --image <image-id> then we able to boot a vm expected result: $ nova help boot Boot a new server. Positional arguments:   <name> Name for the new server   <--flavor> Name or ID of flavor (see 'nova flavor-list').   <--image> Name or ID of image (see 'nova image-list'). when booting an instance then wrong information of argument shown at cli, Here without with --flavor and --image we unable to boot a vm. So, these parameters should be positional not optional argument. steps to replicate : step 1: $ nova help boot Boot a new server. Positional arguments:   <name> Name for the new server Optional arguments:   --flavor <flavor> Name or ID of flavor (see 'nova flavor-list').   --image <image> Name or ID of image (see 'nova image-list'). step 2: $ nova boot vm_1 ERROR (CommandError): you need to specify a Flavor ID Step 3 $ nova boot --flavor 42 vm_1 ERROR (CommandError): you need to specify at least one source ID (Image, Snapshot, or Volume), a block device mapping or provide a set of properties to match against an image $ nova boot --flavor 42 --image <image-id> then we able to boot a vm expected result: $ nova help boot Boot a new server. Positional arguments:   <name> Name for the new server   <flavor> Name or ID of flavor (see 'nova flavor-list').   <image> Name or ID of image (see 'nova image-list').
2015-02-13 20:36:13 melanie witt python-novaclient: importance Undecided Wishlist
2015-02-13 20:36:13 melanie witt python-novaclient: status New Opinion
2016-03-22 07:46:11 Abhishek Talwar python-novaclient: assignee Amandeep (rattenpal-amandeep) Abhishek Talwar (abhishek-talwar)
2016-03-22 07:46:38 Abhishek Talwar summary wrong information of argument when booting an instance nova boot help should have flavor as a positional parameter
2016-03-22 07:46:47 Abhishek Talwar python-novaclient: status Opinion In Progress