added support for install from git repository. please modify
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / neutron-gateway.yaml
index f0416a7..d1159bb 100644 (file)
@@ -12,6 +12,9 @@
 {% endif %}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+{% if os.git_repo.origin_git %}
+        openstack-origin-git: "{{ os.git_repo.branch }}"
+{% endif %}
 {% if os.api.worker_multiplier %}
         worker-multiplier: {{ os.api.worker_multiplier }}
 {% endif %}