I get this error when trying to create an instance with:
$ trove create newinstance 1
DEBUG (shell:660) Validation error: instance 'volume' is a required property (HTTP 400)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/troveclient/shell.py", line 655, in main
sys.argv[1:]))
File "/usr/lib/python2.7/site-packages/troveclient/shell.py", line 494, in main
args.func(self.cs, args)
File "/usr/lib/python2.7/site-packages/troveclient/v1/shell.py", line 186, in do_create
datastore_version=args.datastore_version)
File "/usr/lib/python2.7/site-packages/troveclient/v1/instances.py", line 86, in create
return self._create("/instances", body, "instance")
File "/usr/lib/python2.7/site-packages/troveclient/base.py", line 155, in _create
resp, body = self.api.client.post(url, body=body)
File "/usr/lib/python2.7/site-packages/troveclient/client.py", line 211, in post
return self._cs_request(url, 'POST', **kwargs)
File "/usr/lib/python2.7/site-packages/troveclient/client.py", line 175, in _cs_request
**kwargs)
File "/usr/lib/python2.7/site-packages/troveclient/client.py", line 158, in request
raise exceptions.from_response(resp, body, url)
BadRequest: Validation error: instance 'volume' is a required property (HTTP 400)
ERROR: Validation error: instance 'volume' is a required property
The help doesn't mention the volume property and I have no idea what that is.
I get this error when trying to create an instance with:
$ trove create newinstance 1
DEBUG (shell:660) Validation error: instance 'volume' is a required property (HTTP 400) python2. 7/site- packages/ troveclient/ shell.py" , line 655, in main python2. 7/site- packages/ troveclient/ shell.py" , line 494, in main func(self. cs, args) python2. 7/site- packages/ troveclient/ v1/shell. py", line 186, in do_create version= args.datastore_ version) python2. 7/site- packages/ troveclient/ v1/instances. py", line 86, in create "/instances" , body, "instance") python2. 7/site- packages/ troveclient/ base.py" , line 155, in _create client. post(url, body=body) python2. 7/site- packages/ troveclient/ client. py", line 211, in post request( url, 'POST', **kwargs) python2. 7/site- packages/ troveclient/ client. py", line 175, in _cs_request python2. 7/site- packages/ troveclient/ client. py", line 158, in request from_response( resp, body, url)
Traceback (most recent call last):
File "/usr/lib/
sys.argv[1:]))
File "/usr/lib/
args.
File "/usr/lib/
datastore_
File "/usr/lib/
return self._create(
File "/usr/lib/
resp, body = self.api.
File "/usr/lib/
return self._cs_
File "/usr/lib/
**kwargs)
File "/usr/lib/
raise exceptions.
BadRequest: Validation error: instance 'volume' is a required property (HTTP 400)
ERROR: Validation error: instance 'volume' is a required property
The help doesn't mention the volume property and I have no idea what that is.