<div dir="ltr">Hi all,<div><br></div><div>Well for me its like 1 step forward 2 steps back with thing :-) So Ive gotten up to the point where I am to launch an instance (3 node setup - controller, network, compute) and I am getting this error below. Ive been searching (mailing list, ask openstack, google) for the past two days for any explanations or ways to fix and Im at wits end - especially since this is the most generic error ever. Would anyone have ideas where to look for this? Thank you very much!</div><div><br></div><div><div><br></div><div>REQ: curl -i '<a href="http://controller:8774/v2/0e272c64703d408fab77665fabc6e7e6/servers">http://controller:8774/v2/0e272c64703d408fab77665fabc6e7e6/servers</a>' -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: demo" -H "X-Auth-Token: {SHA1}0a6884f08c3d40df8fe484658d7a6bfb9702d2c0" -d '{"server": {"name": "demo1", "imageRef": "c7590319-8719-4612-b959-8bffd405da3a", "key_name": "demo-key", "flavorRef": "1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4b27737a-a063-4b6e-b21a-8cffab8e3dc5"}], "security_groups": [{"name": "default"}]}}'</div><div>INFO (connectionpool:187) Starting new HTTP connection (1): controller</div><div>DEBUG (connectionpool:357) "POST /v2/0e272c64703d408fab77665fabc6e7e6/servers HTTP/1.1" 500 128</div><div>RESP: [500] {'date': 'Wed, 19 Nov 2014 22:29:41 GMT', 'content-length': '128', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-07dfa570-0364-4ffd-ade7-ed84ed86abc7'}</div><div><br></div><div>RESP BODY: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}}</div><div><br></div><div>DEBUG (shell:803) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-07dfa570-0364-4ffd-ade7-ed84ed86abc7)</div><div><br></div><div>Traceback (most recent call last):</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 800, in main</div><div>    OpenStackComputeShell().main(argv)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 730, in main</div><div>    args.func(self.cs, args)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/v1_1/shell.py", line 470, in do_boot</div><div>    server = cs.servers.create(*boot_args, **boot_kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 902, in create</div><div>    **boot_kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 554, in _boot</div><div>    return_raw=return_raw, **kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 100, in _create</div><div>    _resp, body = self.api.client.post(url, body=body)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 490, in post</div><div>    return self._cs_request(url, 'POST', **kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in _cs_request</div><div>    resp, body = self._time_request(url, method, **kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in _time_request</div><div>    resp, body = self.request(url, method, **kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 433, in request</div><div>    raise exceptions.from_response(resp, body, url, method)</div><div><br></div><div>ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-07dfa570-0364-4ffd-ade7-ed84ed86abc7)</div><div>ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-07dfa570-0364-4ffd-ade7-ed84ed86abc7)</div></div><div><br></div><div><br></div><div><br></div></div>