[heap-api] Fix dependency missing of heat-create-domain

The heat-create-domain job can fail with:

  Unable to establish connection to
    http://keystone.kb.svc.cluster.local:5000/domains

because no keystone in dependencies.

Change-Id: I56a1ea477fd0cf81dbb66867d2fb762b92704398
This commit is contained in:
Kirill Bespalov 2017-01-29 00:50:56 +03:00
parent 6ca5fbf7c5
commit 04ce9e5ded
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ service:
type: single
command:
openstack domain create --description "Owns users and projects created by heat" {{ heat.domain.name }}
dependencies:
- keystone
- name: heat-domain-admin-user-create
type: single
command: