Use Keystone_domain instead of heat_domain_create

This patch updates instack to work with the latest puppet-heat
changes. Since puppet-heat b5f0f0de7469aa734a3d3ff005a819e03d6633ac
the resource name we need to depend on is called
Keystone_domain['heat_domain'].

Change-Id: I18e54e89ed4fb57ce696e07a61d728ce5d539f19
Closes-bug: #1491002
This commit is contained in:
Dan Prince 2015-09-01 10:12:17 -04:00
parent bce4607ce8
commit d129dcb6ed

View File

@ -290,7 +290,7 @@ include ::heat::keystone::domain
# We're creating the admin role and heat domain user in puppet and need
# to make sure they are done in order.
include ::keystone::roles::admin
Service['keystone'] -> Class['::keystone::roles::admin'] -> Exec['heat_domain_create']
Service['keystone'] -> Class['::keystone::roles::admin'] -> Keystone_domain['heat_domain']
$snmpd_user = hiera('snmpd_readonly_user_name')
snmp::snmpv3_user { $snmpd_user: