heat: don't manage orchestration with openrc file

The orchestration should be managed in puppet-keystone, not here.
We are changing it here:
https://review.openstack.org/445681

Change-Id: I0bafdf747405ec9fb3375a32c0660586c64fa316
This commit is contained in:
Emilien Macchi 2017-03-14 19:49:56 -04:00
parent e24b86820d
commit 46b56751f0
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class openstack_integration::heat {
class { '::heat::keystone::domain':
domain_password => 'oh_my_no_secret',
}
Keystone_user_role['heat_admin::heat@::heat'] -> File['/root/openrc']
class { '::heat::client': }
class { '::heat::api':
service_name => 'httpd',