Comment 1 for bug 1687814

Revision history for this message
Rui Chen (kiwik-chenrui) wrote :

I can't reproduce this issue, specifying security group name to boot server works for me in my local devstack, according to the nova API[1] and latest novaclient[2], security group name is supported, but security group uuid is not present, I think we should support to create server with security group name or uuid in openstackclient, we can do some conversion in osc and pass name to novaclient.

[1]: https://developer.openstack.org/api-ref/compute/?expanded=create-server-detail
[2]: https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/servers.py#L705-L707