Merge "Create openstack-infra projects in infracloud"

This commit is contained in:
Jenkins 2016-02-22 23:50:19 +00:00 committed by Gerrit Code Review
commit 5a3a88737e

View File

@ -38,4 +38,14 @@ class openstack_project::infracloud::controller (
controller_management_address => $controller_management_address,
controller_public_address => $controller_public_address,
}
keystone_tenant { 'openstackci':
ensure => present,
enabled => true,
}
keystone_tenant { 'openstackjenkins':
ensure => present,
enabled => true,
}
}