diff options
-rw-r--r-- | apex/deploy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/deploy.py b/apex/deploy.py index f1ab260f..8330dc80 100644 --- a/apex/deploy.py +++ b/apex/deploy.py @@ -421,7 +421,7 @@ def main(): os.path.join(APEX_TEMP_DIR, docker_env)) c_builder.prepare_container_images( os.path.join(APEX_TEMP_DIR, docker_env), - branch=branch, + branch=branch.replace('stable/', ''), neutron_driver=c_builder.get_neutron_driver(ds_opts) ) # Install Undercloud |