Re: [Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Dolph Mathews
stackrc (https://github.com/openstack-dev/devstack/blob/master/stackrc) should specify: # unified auth system (manages accounts/tokens) KEYSTONE_REPO=https://github.com/openstack/keystone.git KEYSTONE_BRANCH=master If your stackrc differs, you can either update it or copy the two lines above int

Re: [Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Joe Smithian
Hi Dolph, Thanks for your comments. Solution 2 seems to be easier, but I am new to openstack and not sure how to specify new version of keystone in stackrc. Could you please explain it? Regards Joe On Fri, Feb 10, 2012 at 12:50 PM, Dolph Mathews wrote: > My fault! see https://bugs.launchpad

Re: [Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Dolph Mathews
My fault! see https://bugs.launchpad.net/devstack/+bug/925718 Keystone standardized it's config file to use underscores at some point during essex, and started throwing warnings if you continued to use hyphens. I patched devstack to produce a config file matching the current version of keystone.

[Openstack] Reinstalling devstack failed: ERROR: 'keystone-admin-role'

2012-02-10 Thread Joe Smithian
Hi All, I had devstack installed on mu Ubuntu 11.10 box, I updated it using "git clone" today and then ran "stack.sh". It failed with the following messages: + KEYSTONE_DATA=/opt/stack/keystone/bin/keystone_data.sh + cp /home/localadmin/devstack/files/keystone_data.sh /opt/stack/keystone/bin/key