keystone: drop workaround for openrc orchestration

This patch drops the workaround we had to make sure openrc was created
after admin resources.

We should not need it anymore since puppet-keystone now manages the
orcehstration.

Change-Id: I9b45afda306c05422271b0a5ac466868d17b4a85
Depends-On: I02e820614bf9beabc0b65c47d797b661b5f13e1c
Depends-On: I203728a25ef8a33787760672b17e61539ad820c3
This commit is contained in:
Emilien Macchi 2016-03-07 19:57:08 -05:00
parent 300718bea5
commit 8fecfe2f6b

View File

@ -50,5 +50,4 @@ class openstack_integration::keystone (
project_domain => 'default',
user_domain => 'default',
}
Keystone_user_role['admin@openstack'] -> File['/root/openrc']
}