Metadata update, convert nova-network:nova to network-manager:nova-network

This commit is contained in:
Adam Gandelman
2012-02-13 14:20:27 -08:00
parent 65add59ea3
commit 4e52e86331
4 changed files with 9 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ case $ARG0 in
"shared-db-relation-changed") db_changed ;;
"image-service-relation-joined") exit 0 ;;
"image-service-relation-changed") image-service_changed ;;
"nova-network-relation-joined") nova-network_joined ;;
"network-manager-relation-joined") nova-network_joined ;;
"identity-service-relation-joined") keystone_joined ;;
"identity-service-relation-changed") keystone_changed ;;
*) exit 0 ;;

View File

@@ -1 +0,0 @@
nova-cloud-controller-relations

View File

@@ -5,8 +5,10 @@ description: |
Cloud controller node for Openstack nova. Contains nova-schedule,
nova-api, nova-network and nova-objectstore.
provides:
nova-network:
cloud-controller:
interface: nova
network-manager:
interface: nova-network
requires:
shared-db:
interface: mysql-shared
@@ -16,3 +18,7 @@ requires:
interface: glance
identity-service:
interface: keystone
cloud-compute:
interface: nova-compute
instance-storage:
interface: nova-volume

View File

@@ -1 +1 @@
72
73