[Openstack] Error launching instances
John Smith
lbalbalba at gmail.com
Tue Nov 26 15:39:49 UTC 2013
Hi,
Im running devstack and am experiencing some trouble when attempting
to launch an instance. I must admit that im a total newbee, so it
might just be that i am just missing something obvious.
I try to launch an instance as follows from the command line :
$ wget https://launchpadlibrarian.net/83303699/cirros-0.3.0-i386-disk.img
$ glance image-create --name=cirros-0.3.0-i386 --is-public=true
--container-format=bare --disk-format=qcow2 <
cirros-0.3.0-i386-disk.img
$ nova boot --flavor m1.nano --image cirros-0.3.0-i386 myvm
$ nova show myvm
But that just gives me an error: "ProcessExecutionError Unexpected
error while running command." (see attachment for full output of 'nova
show myvm, etc.)
Any ideas on what im doing wrong here is appreciated.
Regards,
John Smith.
-------------- next part --------------
$ wget https://launchpadlibrarian.net/83303699/cirros-0.3.0-i386-disk.img
--2013-11-26 10:27:14-- https://launchpadlibrarian.net/83303699/cirros-0.3.0-i386-disk.img
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.228, 91.189.89.229
Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|91.189.89.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9159168 (8.7M) [text/plain]
Saving to: ?cirros-0.3.0-i386-disk.img?
100%[=======================================================================================================================================>] 9,159,168 2.23MB/s in 4.2s
2013-11-26 10:27:18 (2.06 MB/s) - ?cirros-0.3.0-i386-disk.img? saved [9159168/9159168]
-bash-4.2$ ls
cinder glance logs oslo.config python-cinderclient python-keystoneclient python-openstackclient status
cirros-0.3.0-i386-disk.img horizon nova oslo.messaging python-glanceclient python-neutronclient python-swiftclient tempest
data keystone noVNC pbr python-heatclient python-novaclient requirements
-bash-4.2$ glance image-create --name=cirros-0.3.0-i386 --is-public=true --container-format=bare --disk-format=qcow2 < cirros-0.3.0-i386-disk.img
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 90169ba6f09b5906a7f0755bd00bf2c3 |
| container_format | bare |
| created_at | 2013-11-26T15:29:33 |
| deleted | False |
| deleted_at | None |
| disk_format | qcow2 |
| id | 8d73880e-e442-4c5d-98c2-a0e3be906e51 |
| is_public | True |
| min_disk | 0 |
| min_ram | 0 |
| name | cirros-0.3.0-i386 |
| owner | 49ea135d96b94d759985057ae58e6fa0 |
| protected | False |
| size | 9159168 |
| status | active |
| updated_at | 2013-11-26T15:29:33 |
+------------------+--------------------------------------+
-bash-4.2$ nova boot --flavor m1.nano --image cirros-0.3.0-i386 myvm
+--------------------------------------+--------------------------------------+
| Property | Value |
+--------------------------------------+--------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-AZ:availability_zone | nova |
| OS-EXT-SRV-ATTR:host | None |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None |
| OS-EXT-SRV-ATTR:instance_name | instance-00000005 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | scheduling |
| OS-EXT-STS:vm_state | building |
| OS-SRV-USG:launched_at | None |
| OS-SRV-USG:terminated_at | None |
| accessIPv4 | |
| accessIPv6 | |
| adminPass | t4Ev44Qa59f3 |
| config_drive | |
| created | 2013-11-26T15:29:41Z |
| flavor | m1.nano |
| hostId | |
| id | a35df725-a8e2-4b10-9e4e-530ca6d2bebc |
| image | cirros-0.3.0-i386 |
| key_name | None |
| metadata | {} |
| name | myvm |
| os-extended-volumes:volumes_attached | [] |
| progress | 0 |
| security_groups | [{u'name': u'default'}] |
| status | BUILD |
| tenant_id | 49ea135d96b94d759985057ae58e6fa0 |
| updated | 2013-11-26T15:29:42Z |
| user_id | 5fff9b83b7e74edda941f56bc8f5795b |
+--------------------------------------+--------------------------------------+
-bash-4.2$ nova show myvm
+--------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Property | Value |
+--------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-AZ:availability_zone | nova |
| OS-EXT-SRV-ATTR:host | localhost.localdomain |
| OS-EXT-SRV-ATTR:hypervisor_hostname | localhost.localdomain |
| OS-EXT-SRV-ATTR:instance_name | instance-00000005 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | None |
| OS-EXT-STS:vm_state | error |
| OS-SRV-USG:launched_at | None |
| OS-SRV-USG:terminated_at | None |
| accessIPv4 | |
| accessIPv6 | |
| config_drive | |
| created | 2013-11-26T15:29:41Z |
| fault | {u'message': u'Remote error: ProcessExecutionError Unexpected error while running command. |
| | Command: sudo nova-rootwrap /etc/nova/rootwrap.conf env CONFIG_FILE=["/etc/nova/nova.conf"] NETWORK_ID=1 dnsmasq --strict-order --bind-interfaces --conf-file= --pid-file=/opt/stac', u'code': 500, u'details': u' File "/opt/stack/nova/nova/compute/manager.py", line 265, in decorated_function |
| | return function(self, context, *args, **kwargs) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1803, in run_instance |
| | do_run_instance() |
| | File "/opt/stack/nova/nova/openstack/common/lockutils.py", line 248, in inner |
| | return f(*args, **kwargs) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1802, in do_run_instance |
| | legacy_bdm_in_spec) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 957, in _run_instance |
| | notify("error", msg=unicode(e)) # notify that build failed |
| | File "/opt/stack/nova/nova/compute/manager.py", line 941, in _run_instance |
| | instance, image_meta, legacy_bdm_in_spec) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1067, in _build_instance |
| | filter_properties, bdms, legacy_bdm_in_spec) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1111, in _reschedule_or_error |
| | self._log_original_error(exc_info, instance_uuid) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1106, in _reschedule_or_error |
| | bdms, requested_networks) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1854, in _shutdown_instance |
| | self._try_deallocate_network(context, instance, requested_networks) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1814, in _try_deallocate_network |
| | self._set_instance_error_state(context, instance[\'uuid\']) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1809, in _try_deallocate_network |
| | self._deallocate_network(context, instance, requested_networks) |
| | File "/opt/stack/nova/nova/compute/manager.py", line 1491, in _deallocate_network |
| | context, instance, requested_networks=requested_networks) |
| | File "/opt/stack/nova/nova/network/api.py", line 94, in wrapped |
| | return func(self, context, *args, **kwargs) |
| | File "/opt/stack/nova/nova/network/api.py", line 319, in deallocate_for_instance |
| | self.network_rpcapi.deallocate_for_instance(context, **args) |
| | File "/opt/stack/nova/nova/network/rpcapi.py", line 199, in deallocate_for_instance |
| | host=host, requested_networks=requested_networks) |
| | File "/opt/stack/nova/nova/rpcclient.py", line 85, in call |
| | return self._invoke(self.proxy.call, ctxt, method, **kwargs) |
| | File "/opt/stack/nova/nova/rpcclient.py", line 63, in _invoke |
| | return cast_or_call(ctxt, msg, **self.kwargs) |
| | File "/opt/stack/nova/nova/openstack/common/rpc/proxy.py", line 126, in call |
| | result = rpc.call(context, real_topic, msg, timeout) |
| | File "/opt/stack/nova/nova/openstack/common/rpc/__init__.py", line 139, in call |
| | return _get_impl().call(CONF, context, topic, msg, timeout) |
| | File "/opt/stack/nova/nova/openstack/common/rpc/impl_kombu.py", line 816, in call |
| | rpc_amqp.get_connection_pool(conf, Connection)) |
| | File "/opt/stack/nova/nova/openstack/common/rpc/amqp.py", line 574, in call |
| | rv = list(rv) |
| | File "/opt/stack/nova/nova/openstack/common/rpc/amqp.py", line 539, in __iter__ |
| | raise result |
| | ', u'created': u'2013-11-26T15:29:50Z'} |
| flavor | m1.nano (42) |
| hostId | 1eea0f50a98a0d583d329bab0d7c655a02f56e5762c3024775c99abb |
| id | a35df725-a8e2-4b10-9e4e-530ca6d2bebc |
| image | cirros-0.3.0-i386 (8d73880e-e442-4c5d-98c2-a0e3be906e51) |
| key_name | None |
| metadata | {} |
| name | myvm |
| os-extended-volumes:volumes_attached | [] |
| private network | |
| security_groups | default |
| status | ERROR |
| tenant_id | 49ea135d96b94d759985057ae58e6fa0 |
| updated | 2013-11-26T15:29:51Z |
| user_id | 5fff9b83b7e74edda941f56bc8f5795b |
+--------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-bash-4.2$
More information about the Openstack
mailing list