Fix name of job for setting domains

Name of job should start from the name of corresponding project.

Change-Id: I3645f68190705c1c473e778f2d9f0181fa528153
This commit is contained in:
Sergey Kraynev 2016-11-24 13:33:44 +00:00
parent 1d5d38b6ae
commit 1cdf3d783d
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ service:
openstack endpoint create --region RegionOne orchestration admin {{ address('heat-api', heat.api_port, with_scheme=True) }}/v1/%\(tenant_id\)s
# Orchestration requires additional information in the Identity service to manage stacks.
# For detailed explanation see: http://docs.openstack.org/project-install-guide/orchestration/newton/install-ubuntu.html
- name: keystone-create-heat-domain
- name: heat-create-domain
type: single
command:
openstack domain create --description "Owns users and projects created by heat" {{ heat.domain.name }}
@ -74,7 +74,7 @@ service:
command:
openstack user create --domain {{ heat.domain.name }} --password {{ heat.domain.password }} {{ heat.domain.user }}
dependencies:
- keystone-create-heat-domain
- heat-create-domain
- name: grant-doman-user-admin-privileges
type: single
command: