Juju Charm - Nova Cloud Controller
Go to file
Edward Hope-Morley 3498a9936e [ivoks,r=] Add support for setting neutron-alchemy-flags 2014-07-16 15:50:01 +01:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks [caribou,r=james-page] Second part of multiline SSH key and authorized host passing to nova-compute 2014-07-16 10:45:44 +01:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates [ivoks,r=] Add support for setting neutron-alchemy-flags 2014-07-16 15:50:01 +01:00
unit_tests [caribou,r=james-page] Second part of multiline SSH key and authorized host passing to nova-compute 2014-07-16 10:45:44 +01:00
.coveragerc Check in start of py redux. 2013-08-01 20:42:16 -07:00
.project Fixup nvp- prefix in pydev files 2013-11-08 13:43:03 +08:00
.pydevproject Fixup nvp- prefix in pydev files 2013-11-08 13:43:03 +08:00
Makefile [trivial] Ensure lint and test pass before publish 2014-05-21 11:14:28 +01:00
README.txt Updateded README.txt 2014-06-11 13:54:39 +00:00
charm-helpers.yaml Resync to master charm-helpers 2014-04-02 18:04:22 +01:00
config.yaml [ivoks,r=] Add support for setting neutron-alchemy-flags 2014-07-16 15:50:01 +01:00
copyright adding copyright file 2012-06-19 14:51:52 -07:00
icon.svg Update icon.svg 2013-10-23 13:14:56 -07:00
metadata.yaml Add support for joining charm to standalone neutron-api service 2014-05-15 08:25:56 +01:00
revision [ivoks,r=] Add support for setting neutron-alchemy-flags 2014-07-16 15:50:01 +01:00
setup.cfg [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00

README.txt

=====================
nova-cloud-controller
=====================

Cloud controller node for Openstack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.

The neutron-api interface can be used join this charm with an external neutron-api server. If this is done
then this charm will shutdown its neutron-api service and the external charm will be registered as the
neutron-api endpoint in keystone. It will also use the quantum-security-groups setting which is passed to
it by the api service rather than its own quantum-security-groups setting.

******************************************************
Special considerations to be deployed using Postgresql
******************************************************

juju deploy nova-cloud-controller
juju deploy postgresql

juju add-relation "nova-cloud-controller:pgsql-nova-db" "postgresql:db"
juju add-relation "nova-cloud-controller:pgsql-neutron-db" "postgresql:db"