-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secgroup delete does not work when --cloud=kilo is not specified #253
Comments
cm secgroup delete gvonlasz-default --cloud=kilo |
ERROR: Problem starting vm
ERROR: Unable to find security_group with name 'gvonlasz-default'
Traceback (most recent call last):
File "/Users/big/ENV2/lib/python2.7/site-packages/cloudmesh_client/cloud/iaas/provider/openstack/CloudProviderOpenstackAPI.py", line 562, in boot_vm
nics=nics)
File "/Users/big/ENV2/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1272, in create
**boot_kwargs)
File "/Users/big/ENV2/lib/python2.7/site-packages/novaclient/v2/servers.py", line 706, in _boot
return_raw=return_raw, **kwargs)
File "/Users/big/ENV2/lib/python2.7/site-packages/novaclient/base.py", line 333, in _create
resp, body = self.api.client.post(url, body=body)
File "/Users/big/ENV2/lib/python2.7/site-packages/keystoneauth1-2.9.0-py2.7.egg/keystoneauth1/adapter.py", line 184, in post
return self.request(url, 'POST', **kwargs)
File "/Users/big/ENV2/lib/python2.7/site-packages/novaclient/client.py", line 117, in request
raise exceptions.from_response(resp, body, url, method)
BadRequest: Unable to find security_group with name 'gvonlasz-default' (HTTP 400) (Request-ID: req-2a9f6ee9-5a80-469d-a851-2f66eb92d32e)
ERROR: info. failed.
(ENV2) big:client big$ nova secgroup list
The text was updated successfully, but these errors were encountered: