From 144632ac476a82b98613c19feb7834d6615e2f83 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Mon, 9 Feb 2015 11:43:02 +0000 Subject: [PATCH] [hopem] [trivial] Added README.md file for this charm --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..16495692 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Overview +======== + +This charm provides Nova Compute, the Openstack compute service. It's target +platform is Ubuntu (preferably LTS) + Openstack. + +Usage +===== + +The following interfaces are provided: + + - cloud-compute - Used to relate (at least) with one or more of + nova-cloud-controller, glance, ceph, cinder, mysql, ceilometer-agent, + rabbitmq-server, neutron + + - nrpe-external-master - Used to generate Nagios checks. + + +Database +-------- + +Nova compute only requires database access if using nova-network. If using +Neutron, no direct database access is required and the shared-db relation need +not be added. +