Juju Charm - Nova Cloud Controller
Go to file
James Page 3bfcfb5a0a [yolanda] Add postgresql support
Rejig templates to use includes, add Postgresql context for neutron and quantum config files.
2014-03-31 12:56:09 +01:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
unit_tests [yolanda] Add postgresql support 2014-03-31 12:56:09 +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 Resynced helpers 2014-03-25 17:04:30 +00:00
config.yaml Resync latest ssl-everywhere helpers, add ssl_ca option. 2014-02-27 09:26:38 +00: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 [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
README.txt pushed initial readme 2014-03-25 10:11:04 +01:00
revision refreshed charmhelper 2014-03-12 13:06:55 +01: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"