Skip to content

Commit 5480fb1

Browse files
Merge pull request #1027 from tosky/fix-glance-over-cinder
glance: fix the syntax of the glance-over-cinder template
2 parents 47243c7 + 8f5f42c commit 5480fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/roles/glance_adoption/templates/glance_cinder.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
metallb.universe.tf/allow-shared-ip: internalapi
3535
{% endraw %}
3636
metallb.universe.tf/loadBalancerIPs: {{ internalapi_prefix | default('172.17.0') }}.80
37-
spec:
38-
type: LoadBalancer
37+
spec:
38+
type: LoadBalancer
3939
networkAttachments:
4040
- storage

0 commit comments

Comments
 (0)