Juju Charm - Nova Cloud Controller
Go to file
2014-05-08 19:36:17 +00:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks Add neutron-api relation contexts 2014-05-08 19:36:17 +00:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates Add in NovaCell context (should probably be in charmhelpers) 2014-05-02 15:25:11 +00:00
unit_tests Fixup bug in shared-db and postgresql changed hooks - neutron uses the db as well 2014-04-11 17:41:42 +01:00
.coveragerc Check in start of py redux. 2013-08-01 20:42:16 -07:00
.project Add pydev project 2013-09-20 17:36:24 +01:00
.pydevproject Add missing fetch helper 2013-09-23 14:26:04 +01:00
charm-helpers.yaml Resync to master charm-helpers 2014-04-02 18:04:22 +01:00
config.yaml Fixup merge break 2014-04-16 09:47:14 +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
Makefile [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
metadata.yaml Add neutron-api relation contexts 2014-05-08 19:36:17 +00:00
README.txt pushed initial readme 2014-03-25 10:11:04 +01:00
revision Added cell support 2014-04-25 16:46:42 +00:00
setup.cfg [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00

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

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

******************************************************
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"