Merge "Add description to keystone_tenant resources"

This commit is contained in:
Jenkins 2016-02-24 00:59:24 +00:00 committed by Gerrit Code Review
commit 78c55f3223

View File

@ -47,6 +47,7 @@ class openstack_project::infracloud::controller (
keystone_tenant { 'openstackci':
ensure => present,
enabled => true,
description => 'Infra Long Lived Resources',
domain => 'infra',
require => Keystone_domain['infra'],
}
@ -54,6 +55,7 @@ class openstack_project::infracloud::controller (
keystone_tenant { 'openstackjenkins':
ensure => present,
enabled => true,
description => 'Infra short lived resources',
domain => 'infra',
require => Keystone_domain['infra'],
}