Juju Charm - Nova Cloud Controller
Go to file
James Page 60ade26c41 [trivial] Ensure lint and test pass before publish 2014-05-21 11:14:28 +01:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks [tribaal,r=james-page,t=james-page] 2014-05-21 11:03:01 +01:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates [james-page,hazmat,ivoks,coreycb,yolanda.robla,r=james-page,t=*] 2014-04-16 09:25:14 +01:00
unit_tests [tribaal,r=james-page,t=james-page] 2014-05-21 11:03:01 +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
Makefile [trivial] Ensure lint and test pass before publish 2014-05-21 11:14:28 +01:00
README.txt pushed initial readme 2014-03-25 10:11: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
metadata.yaml [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
revision [hopem] Added use-syslog cfg option to allow logging to syslog 2014-03-25 18:44:23 +00: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.

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