Don't set heat_stack_user_role to empty string
authorBen Nemec <bnemec@redhat.com>
Tue, 7 Jul 2015 17:51:28 +0000 (12:51 -0500)
committerBen Nemec <bnemec@redhat.com>
Tue, 7 Jul 2015 17:51:28 +0000 (12:51 -0500)
This value doesn't work, and the default of heat_stack_user is fine.

See https://github.com/openstack/puppet-heat/blob/989ffa65f4339bfd9612cff3b5ddcc4fd301f695/manifests/engine.pp#L22
Resolves: rhbz#1238844

Change-Id: I247121cb91d2b2a34f0f9f769fb411fcbfe6b571

puppet/hieradata/controller.yaml

index eb45ee1..cdd1d3a 100644 (file)
@@ -77,7 +77,6 @@ nova::api::osapi_v3: true
 cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
 
 # heat
-heat::engine::heat_stack_user_role: ''
 heat::engine::configure_delegated_roles: false
 heat::engine::trusts_delegated_roles: []
 
@@ -112,4 +111,4 @@ tripleo::loadbalancer::heat_cloudwatch: true
 tripleo::loadbalancer::heat_cfn: true
 tripleo::loadbalancer::horizon: true
 
-controller_classes: []
\ No newline at end of file
+controller_classes: []