Merge "Realize infracloud admins"

This commit is contained in:
Jenkins 2016-02-25 21:48:59 +00:00 committed by Gerrit Code Review
commit ec3e14b6ae
3 changed files with 17 additions and 0 deletions

View File

@ -22,4 +22,10 @@ class openstack_project::infracloud::baremetal (
vlan => $vlan,
gateway_ip => $gateway_ip,
}
realize (
User::Virtual::Localuser['colleen'],
User::Virtual::Localuser['rcarrillocruz'],
)
}

View File

@ -14,4 +14,10 @@ class openstack_project::infracloud::compute (
br_name => $br_name,
controller_public_address => $controller_public_address,
}
realize (
User::Virtual::Localuser['colleen'],
User::Virtual::Localuser['rcarrillocruz'],
)
}

View File

@ -79,4 +79,9 @@ class openstack_project::infracloud::controller (
password => $openstackjenkins_password,
require => Keystone_tenant['openstackjenkins'],
}
realize (
User::Virtual::Localuser['colleen'],
User::Virtual::Localuser['rcarrillocruz'],
)
}