Activity log for bug #1750395

Date Who What changed Old value New value Message
2018-02-19 15:36:31 Matt Riedemann bug added bug
2018-02-19 15:36:38 Matt Riedemann tags compute
2018-02-19 18:01:02 Matt Riedemann python-openstackclient: assignee Matt Riedemann (mriedem)
2018-02-19 18:01:07 Matt Riedemann python-openstackclient: status New Confirmed
2018-02-19 18:20:56 Matt Riedemann summary openstack server create should default --nic to 'auto' if --os-compute-api-version>=2.36 openstack server create should default --nic to 'auto' if --os-compute-api-version>=2.37
2018-02-19 18:21:16 Matt Riedemann description As of the 2.36 compute API microversion, a 'networks' value is required in the server create request body. stack@multiattach2:~$ openstack server create --flavor 1 --config-drive True --volume cirros-volume --wait server2 nics are required after microversion 2.36 stack@multiattach2:~$ printenv OS_COMPUTE_API_VERSION 2.60 If the user did not specify a --nic value and the compute API version is >= 2.36, we should just default the --nic arg value to 'auto' since that's the behavior before 2.36 (compute service figures out the network to use for you). As of the 2.37 compute API microversion, a 'networks' value is required in the server create request body. stack@multiattach2:~$ openstack server create --flavor 1 --config-drive True --volume cirros-volume --wait server2 nics are required after microversion 2.36 stack@multiattach2:~$ printenv OS_COMPUTE_API_VERSION 2.60 If the user did not specify a --nic value and the compute API version is >= 2.37, we should just default the --nic arg value to 'auto' since that's the behavior before 2.37 (compute service figures out the network to use for you).
2018-02-19 18:25:45 OpenStack Infra python-openstackclient: status Confirmed In Progress
2019-05-02 06:43:02 Hu Zhou bug added subscriber Hu Zhou
2019-05-08 13:58:14 Mohamed AlBana attachment added image.png https://bugs.launchpad.net/python-openstackclient/+bug/1750395/+attachment/5262338/+files/image.png
2019-05-08 13:59:23 Mohamed AlBana attachment added image (1).png https://bugs.launchpad.net/python-openstackclient/+bug/1750395/+attachment/5262339/+files/image%20%281%29.png