summaryrefslogtreecommitdiffstats
path: root/apex/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'apex/deploy.py')
-rw-r--r--apex/deploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/deploy.py b/apex/deploy.py
index 531c9bfa..dab6bd1e 100644
--- a/apex/deploy.py
+++ b/apex/deploy.py
@@ -388,6 +388,7 @@ def main():
shutil.copyfile(uc_fetch_img, uc_image)
# prep undercloud with required packages
uc_builder.add_upstream_packages(uc_image)
+ uc_builder.inject_calipso_installer(APEX_TEMP_DIR, uc_image)
# add patches from upstream to undercloud and overcloud
logging.info('Adding patches to undercloud')
patches = deployment.determine_patches()