Skip to content

Commit

Permalink
Merge pull request #153 from nicolasbock/cleanup
Browse files Browse the repository at this point in the history
Remove unecessary quotes
  • Loading branch information
dosaboy authored Nov 13, 2023
2 parents b3654ef + 899237f commit 12fc900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstack/openstack.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ applications:
ssl_key: *ssl_key
relations:
- [ nova-cloud-controller:shared-db, __MYSQL_INTERFACE__ ]
- [ "nova-cloud-controller:amqp", rabbitmq-server ]
- [ nova-cloud-controller:amqp, rabbitmq-server ]
- [ nova-cloud-controller, glance ]
- [ nova-cloud-controller, keystone ]
- [ nova-compute, nova-cloud-controller ]
- - nova-compute
- rabbitmq-server:amqp
- [ nova-compute, glance ]
- [ glance, "cinder:image-service" ]
- [ glance, cinder:image-service ]
- [ glance, rabbitmq-server ]
- [ cinder:shared-db, __MYSQL_INTERFACE__ ]
- [ cinder, rabbitmq-server ]
Expand Down

0 comments on commit 12fc900

Please sign in to comment.