Add description to keystone_tenant resources

Change-Id: I965dd5148391430db81571795051df5ac3d8c808
This commit is contained in:
Colleen Murphy 2016-02-23 13:27:18 -08:00
parent 9288fed03c
commit 6af966c5ec

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'],
}