jones

Bug #1032516 reported by smebs
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Invalid
Undecided
Unassigned

Bug Description

I've tested nova installation with relative success, bu i cannot create a project.

when i issue this

sudo nova-manage project zipfile myproject ttx

nova complains about a missing template and throws an error

sudo nova-manage project zipfile ORFEO rafael
Traceback (most recent call last):
  File "/usr/local/bin/nova-manage", line 5, in <module>
    pkg_resources.run_script('nova==2011.1', 'nova-manage')
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 467, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1200, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.6/dist-packages/nova-2011.1-py2.6.egg/EGG-INFO/scripts/nova-manage", line 508, in <module>
    main()
  File "/usr/local/lib/python2.6/dist-packages/nova-2011.1-py2.6.egg/EGG-INFO/scripts/nova-manage", line 500, in main
    fn(*argv)
  File "/usr/local/lib/python2.6/dist-packages/nova-2011.1-py2.6.egg/EGG-INFO/scripts/nova-manage", line 362, in zipfile
    zip_file = self.manager.get_credentials(user_id, project_id)
  File "/usr/local/lib/python2.6/dist-packages/nova-2011.1-py2.6.egg/nova/auth/manager.py", line 634, in get_credentials
    rc = self.__generate_rc(user.access, user.secret, pid)
  File "/usr/local/lib/python2.6/dist-packages/nova-2011.1-py2.6.egg/nova/auth/manager.py", line 681, in __generate_rc
    rc = open(FLAGS.credentials_template).read()
IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.6/dist-packages/nova-2011.1-py2.6.egg/nova/auth/novarc.template'

Revision history for this message
Thierry Carrez (ttx) wrote :
Changed in nova:
status: New → Invalid
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

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