[openstack-dev] [nova] boot images in power state PAUSED for stable/juno

Paul Michali (pcm) pcm at cisco.com
Wed Dec 31 15:41:12 UTC 2014


Not sure if I’m going crazy or what. I’m using DevStack and, after stacking I tried booting a Cirros 3.2, 3.3, and Ubuntu cloud 14.04 image. Each time, the image ends up in PAUSED power state:

ubuntu at juno:/opt/stack/neutron$ nova show peter
+--------------------------------------+----------------------------------------------------------------+
| Property                             | Value                                                          |
+--------------------------------------+----------------------------------------------------------------+
| OS-DCF:diskConfig                    | MANUAL                                                         |
| OS-EXT-AZ:availability_zone          | nova                                                           |
| OS-EXT-SRV-ATTR:host                 | juno                                                           |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | juno                                                           |
| OS-EXT-SRV-ATTR:instance_name        | instance-00000001                                              |
| OS-EXT-STS:power_state               | 3                                                              |
| OS-EXT-STS:task_state                | -                                                              |
| OS-EXT-STS:vm_state                  | active                                                         |
| OS-SRV-USG:launched_at               | 2014-12-31T15:15:33.000000                                     |
| OS-SRV-USG:terminated_at             | -                                                              |
| accessIPv4                           |                                                                |
| accessIPv6                           |                                                                |
| config_drive                         |                                                                |
| created                              | 2014-12-31T15:15:24Z                                           |
| flavor                               | m1.tiny (1)                                                    |
| hostId                               | 5b0c48250ccc0ac3fca8a821e29e4b154ec0b101f9cc0a0b27071a3f       |
| id                                   | ec5c8d70-ae80-4cc3-a5bb-b68019170dd6                           |
| image                                | cirros-0.3.3-x86_64-uec (797e4dee-8c03-497f-8dac-a44b9351dfa3) |
| key_name                             | -                                                              |
| metadata                             | {}                                                             |
| name                                 | peter                                                          |
| os-extended-volumes:volumes_attached | []                                                             |
| private network                      | 10.0.0.4                                                       |
| progress                             | 0                                                              |
| security_groups                      | default                                                        |
| status                               | ACTIVE                                                         |
| tenant_id                            | 7afb5bc1d88d462c8d57178437d3c277                               |
| updated                              | 2014-12-31T15:15:34Z                                           |
| user_id                              | 4ff18bdbeb4d436ea4ff1bcd29e269a9                               |
+--------------------------------------+----------------------------------------------------------------+
ubuntu at juno:/opt/stack/neutron$ nova list
+--------------------------------------+-------+--------+------------+-------------+------------------+
| ID                                   | Name  | Status | Task State | Power State | Networks         |
+--------------------------------------+-------+--------+------------+-------------+------------------+
| ec5c8d70-ae80-4cc3-a5bb-b68019170dd6 | peter | ACTIVE | -          | Paused      | private=10.0.0.4 |


I don’t see this with Kilo latest images. Any idea what I may be doing wrong, or if there is an issue (I didn’t see anything on Google search)?

IMAGE_ID=`nova image-list | grep 'cloudimg-amd64 ' | cut -d' ' -f 2`
PRIVATE_NET=`neutron net-list | grep 'private ' | cut -f 2 -d' ‘`

nova boot peter --flavor 3 --image $IMAGE_ID --user-data ~/devstack/user_data.txt --nic net-id=$PRIVATE_NET
nova boot --flavor 1 --image cirros-0.3.3-x86_64-uec --nic net-id=$PRIVATE_NET paul

Thanks.


PCM (Paul Michali)

MAIL …..…. pcm at cisco.com
IRC ……..… pc_m (irc.freenode.com)
TW ………... @pmichali
GPG Key … 4525ECC253E31A83
Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141231/24ee8150/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141231/24ee8150/attachment.pgp>


More information about the OpenStack-dev mailing list