added support for install from git repository. please modify
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / neutron-api.yaml
index 0febddd..620cc02 100644 (file)
@@ -14,6 +14,9 @@
 {% endif %}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+{% if os.git_repo.origin_git %}
+        openstack-origin-git: "{{ os.git_repo.branch }}"
+{% endif %}
         region: {{ os.region }}
         neutron-security-groups: true
 {% if os.beta.public_api %}