We have to wait for the service project create

Not keystone itself, since project created in the post section.

Change-Id: I7b27fb404d82ba2b94b992c07f2fe1e545a619bd
This commit is contained in:
Proskurin Kirill 2017-01-17 16:13:37 +00:00
parent 6bc30fc525
commit 700922a169
1 changed files with 2 additions and 1 deletions

View File

@ -29,11 +29,12 @@ service:
- name: glance-role-add
dependencies:
- glance-user-create
- keystone-create-project
type: single
command: openstack role add --project service --user {{ glance.user }} admin
- name: glance-service-create
dependencies:
- keystone
- keystone-create-project
type: single
command: openstack service create --name glance --description "OpenStack Image service" image
- name: glance-public-endpoint-create