adding the formating correctly. 67/39467/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 17 Aug 2017 04:32:58 +0000 (23:32 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Thu, 17 Aug 2017 04:32:58 +0000 (23:32 -0500)
Change-Id: Ief2012b454c2f8285c75c9234841d0d704cc2d17
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/glance.yaml
ci/config_tpl/juju2/bundle_tpl/spaces.yaml

index fe991f0..725c436 100644 (file)
@@ -2,7 +2,7 @@
       charm: "./{{ ubuntu.release }}/glance"
       num_units: {{ unit_qty() }}
 {% if os.service.bindings %}
-     constraints: *ceph-access-constr
+      constraints: *ceph-access-constr
       bindings:
         "": *oam-space
         public: *public-space
index acf2204..3023dfc 100644 (file)
@@ -1,11 +1,8 @@
-
-
 {% if os.release == 'mitaka' %}
     openstack-origin:    &openstack-origin    distro
 {% else %}
     openstack-origin:    &openstack-origin    cloud:{{ ubuntu.release }}-{{ os.release }}
 {% endif %}
-
     openstack-region:    &openstack-region    {{ os.region }}
     worker-multiplier:   &worker-multiplier   {{ os.api.worker_multiplier }}
     data-port:           &data-port           br-data:{{ opnfv.ext_port }}
@@ -23,7 +20,6 @@
     admin-space:         &admin-space         internal-api
 {% endif %}
 
-
     # This is OpenStack Public network; for publicURL endpoints
 {% if opnfv.spaces_dict.public is defined %}
     public-space:        &public-space        public-api