From a7f288d4ad34d83380b796301fcf42e94975f801 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Fri, 29 Mar 2019 15:05:58 -0500 Subject: [PATCH] Explicitly include heatclient in the ISO Several openstack clients are not explicitly included in the ISO, but are being implicitly included. This commit explicitly adds those clients, so that if the components that are implicitly including them are removed, the clients will still remain. heatclient was the only component in this update that was missing. A later commit to build-tools/build_iso/image.inc should be submitted to clean its entries. Closes-Bug: 1822200 Change-Id: Idb11e6217df1f30725f357fdfdc3864a6d33474a Signed-off-by: Al Bailey --- centos_iso_image.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/centos_iso_image.inc b/centos_iso_image.inc index 7ef9c37b..bd7c87c6 100644 --- a/centos_iso_image.inc +++ b/centos_iso_image.inc @@ -15,12 +15,20 @@ python-ceph-compat ceph-manager # openstack clients +python2-aodhclient +python2-cinderclient +python2-glanceclient python2-gnocchiclient +python2-heatclient python2-ironicclient +python2-keystoneclient python2-magnumclient python2-muranoclient +python2-neutronclient python2-novaclient python2-openstackclient +python2-pankoclient +python2-swiftclient # openstack-ras openstack-ras