Add ipa-client package to overcloud-controller image

Now that FreeIPA is set as the default CA for certmonger in the
overcloud[1], it's useful to have the ipa-client package, as it's
what's needed to enroll to FreeIPA. So instead of having to do
virt-customize any time someone wants to try out internal SSL, this
removes a step from the process.

[1] Ic54fe512b9ed5c71417a66491b7954e653f660b6

bp tls-via-certmonger

Change-Id: Icf0857fb67cc5c2ac330bcc8ad535c8b7a659360
This commit is contained in:
Juan Antonio Osorio Robles 2016-10-11 14:40:32 +03:00
parent 70ba06eeae
commit 5a759f045d
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ heat_api_cloudwatch_package
heat_api_package
heat_engine_package
horizon_package
ipa_client_package
ipxe_bootimgs_package
ironic_api_package
ironic_conductor_package

View File

@ -29,6 +29,7 @@
"heat_api_package": "openstack-heat-api",
"heat_engine_package": "openstack-heat-engine",
"horizon_package": "openstack-dashboard",
"ipa_client_package": "ipa-client",
"ipxe_bootimgs_package": "ipxe-bootimgs",
"ironic_api_package": "openstack-ironic-api",
"ironic_conductor_package": "openstack-ironic-conductor",