Nova unable to create flavors while running stack.sh

Bug #1131242 reported by Jeff Sloyer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
New
Undecided
Unassigned

Bug Description

When running stack.sh nova is unable to create flavors. Here is the error below.

+ /opt/stack/heat/tools/nova_create_flavors.sh
Command : "nova flavor-list" failed, retry after 1s 1/5
Command : "nova flavor-list" failed, retry after 1s 2/5
Command : "nova flavor-list" failed, retry after 1s 3/5
Command : "nova flavor-list" failed, retry after 1s 4/5
Command : "nova flavor-list" failed, retry after 1s 5/5
ERROR : persistent error attempting to run command "nova flavor-list"!
ERROR:
ERROR, unable to do "nova flavor-list"
Check keystone credentials and that nova services are running
++ failed
++ local r=1
+++ jobs -p
++ kill
++ set +o xtrace

Revision history for this message
Jeff Sloyer (jsloyer) wrote :

This is related to heat creating flavors

Revision history for this message
Jeff Sloyer (jsloyer) wrote :

Some debug info.

root@SC07:~/devstack-master# nova --debug flavor-list
DEBUG (shell:742)
Traceback (most recent call last):
  File "/opt/stack/python-novaclient/novaclient/shell.py", line 739, in main
    OpenStackComputeShell().main(sys.argv[1:])
  File "/opt/stack/python-novaclient/novaclient/shell.py", line 637, in main
    tenant_id, auth_token, management_url = (helper.tenant_id,
  File "/opt/stack/python-novaclient/novaclient/shell.py", line 183, in tenant_id
    block = keyring.get_password('novaclient_auth', self._make_key())
  File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 37, in get_password
    return _keyring_backend.get_password(service_name, username)
  File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 144, in get_password
    items = gnomekeyring.find_network_password_sync(username, service)
IOError
ERROR:

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.