[Bug 1473022] Re: Openstack Kilo :Nova-api fails to call compute node

Ankit Charolia charolia at datenwerk-it.de
Fri Jul 31 09:25:27 UTC 2015


Exactly same problem is in below link also
but no action/solution

is it bug in Ubuntu?

https://bugs.launchpad.net/nova/+bug/1446017

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1473022

Title:
  Openstack Kilo :Nova-api fails to call compute node

Status in Fuel for OpenStack:
  Incomplete
Status in python-novaclient package in Ubuntu:
  Incomplete

Bug description:
  DEBUG (session:195) REQ: curl -g -i -X POST http://x.x.x.x:8774/v2/b291d93fa0db49e98de4073085925475/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86db8535580094e25d93dd3d33f6621396c76d5" -d '{"server": {"name": "demo-instance", "imageRef": "736526ba-1959-4788-9e50-c8ee44a435d9", "key_name": "test-key", "flavorRef": "2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7c204797-9da8-40fa-9dc0-2ee7dd0a2981"}], "security_groups": [{"name": "default"}]}}'
  DEBUG (connectionpool:362) "POST /v2/b291d93fa0db49e98de4073085925475/servers HTTP/1.1" 500 128
  DEBUG (session:223) RESP:
  DEBUG (shell:914) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-d72b72e4-ade5-4b36-bd41-790862349ad4)
  Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 911, in main
      OpenStackComputeShell().main(argv)
    File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 838, in main
      args.func(self.cs, args)
    File "/usr/lib/python2.7/dist-packages/novaclient/v2/shell.py", line 500, in do_boot
      server = cs.servers.create(*boot_args, **boot_kwargs)
    File "/usr/lib/python2.7/dist-packages/novaclient/v2/servers.py", line 929, in create
      **boot_kwargs)
    File "/usr/lib/python2.7/dist-packages/novaclient/v2/servers.py", line 557, in _boot
      return_raw=return_raw, **kwargs)
    File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 152, in _create
      _resp, body = self.api.client.post(url, body=body)
    File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in post
      return self.request(url, 'POST', **kwargs)
    File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 96, in request
      raise exceptions.from_response(resp, body, url, method)
  ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-d72b72e4-ade5-4b36-bd41-790862349ad4)
  ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-d72b72e4-ade5-4b36-bd41-790862349ad4)

To manage notifications about this bug go to:
https://bugs.launchpad.net/fuel/+bug/1473022/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list