Hi I am trying to issue the boot command to provision baremetal server. But i see the following error:
Also, where can i get the bootstrap kernel and ramdisk images to boot into the baremetal? And how to get the baremetal agent installed in the baremetal node? command: ============= root@os:/home/versa# nova boot --flavor 6 --image 39f4fd3b-15cc-4810-a808-e2c4764ba657 bm ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-c463e02b-7c35-448e-b0a7-97d1c02c6088) The log is here: ============== BATBcMFcxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIEwVVbnNldDEOMAwGA1UEBxMFVW5zZXQxDjAMBgNVBAoTBVVuc2V0MRgwFgYDVQQDEw93d3cuZXhhbXBsZS5jb20CAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYCEx607Bw1UBm9A87zNIcwDj5VsPwOrLmlq2EG3uWRfyjNoqSZo0jnK-VskJ29hAq1lPZsqe5bnhacWuUUr0nW+aAe-39pcGg9+lXPMOFQEjtRYdwUzhwMz05qm1yWjrdzXl0Hofv7ncdggF8SZbyBG0O68CRwzXRFXeSpGDrHeFw==" INFO (connectionpool:191) Starting new HTTP connection (1): 10.40.0.99 DEBUG (connectionpool:283) "GET /v2/8a34123d83824f3ea52527c5a28ad81e/servers/36e71635-5f73-4895-87a9-6f1082e8cb6a HTTP/1.1" 500 128 RESP: [500] {'date': 'Fri, 11 Oct 2013 23:43:43 GMT', 'content-length': '128', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41'} RESP BODY: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}} DEBUG (shell:768) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 765, in main OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:])) File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 701, in main args.func(self.cs, args) File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/shell.py", line 286, in do_boot server = cs.servers.get(info['id']) File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 350, in get return self._get("/servers/%s" % base.getid(server), "server") File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 140, in _get _resp, body = self.api.client.get(url) File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 230, in get return self._cs_request(url, 'GET', **kwargs) File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 217, in _cs_request **kwargs) File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 199, in _time_request resp, body = self.request(url, method, **kwargs) File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 193, 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-2fff698c-ddf2-47f1-ae82-47fb0dc67d41) ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41) Appreciate any help. Thanks Ravi
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev