Don't pass v2 keystone_url to monasca-keystone

monasca-keystone now changes a v3 URL to v2 if required

This change requires the new monasca-keystone role. Update
if monasca-keystone fails with a 404

Change-Id: I7034d943d58c45d909021d492f9da782f11aade0
This commit is contained in:
Craig Bryant 2015-02-02 16:51:38 -07:00
parent ae9d963af8
commit 0ad0dd08fd
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
- cli
roles:
- {role: monasca-ui, tags: [ui]}
- {role: monasca-keystone, keystone_url: 'http://192.168.10.5:35357/v2.0', tags: [devstack, keystone]} # uses keystone v2 still
- {role: monasca-keystone, tags: [devstack, keystone]}
- {role: monasca-devstack, tags: [devstack]}
- {role: monasca-agent, tags: [agent]}