Code review comment for lp:~gandelman-a/charms/precise/nova-cloud-controller/https_endpoint

Revision history for this message
James Page (james-page) wrote :

A few bits and pieces:

nova-cloud-controller-relations:ha_joined

Clones should be set to clones, not groups

775 - init_services="$init_services" groups="$groups"
776 + init_services="$init_services" clones="$groups"

nova-cloud-controller-relations:quantum_joined

I think the CA cert should be passed to quantum as well so it can talk back to the https server.

« Back to merge proposal