Juju Charm - Nova Cloud Controller
Go to file
2014-05-03 07:48:55 +01:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks Rebase and update for nvp->nsx plugin rename 2014-05-03 07:48:39 +01:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates Add new plugin template for nsx 2014-05-03 07:48:55 +01:00
unit_tests [niedbalski] fixup unit tests for key management 2014-05-02 11:06:23 +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
charm-helpers.yaml Rebase and update for nvp->nsx plugin rename 2014-05-03 07:48:39 +01:00
config.yaml Rebase and update for nvp->nsx plugin rename 2014-05-03 07:48:39 +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 [niedbalski] Force use of http for key imports 2014-05-02 10:44:30 +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 added postgresql support 2014-03-20 11:18:23 +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"