From de551e23be579d86c8c9899ebdbe776ce3049417 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sat, 11 Oct 2014 15:53:44 +0800 Subject: [PATCH] add the content in README.rst file Change-Id: I09b84df0073f2bab30d03886a1b4f4b9fcf15527 --- README.md | 0 README.rst | 40 ++++++++++++++++++++++++++++++++++++++++ nova/init.sls | 0 3 files changed, 40 insertions(+) delete mode 100644 README.md create mode 100644 README.rst delete mode 100644 nova/init.sls diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..ebb3220 --- /dev/null +++ b/README.rst @@ -0,0 +1,40 @@ +============ +Nova Formula +============ + +Install and configure the OpenStack Nova service. + +.. note:: + See the full `Salt Formulas installation and usage instructions + `_. + +Available states +================ + +.. contents:: + :local: + +``nova.db`` +----------- + +Create the db for Nova service. + +``nova.keystone`` +----------------- + +Init the Nova user, service and endpoint. + +``nova.all-in-one`` +------------------- + +Install the Nova service all in one mode. + +``nova.controller`` +------------------- + +Install the Nova service on controller node. + +``nova.compute`` +---------------- + +Install the Nova service on compute node. diff --git a/nova/init.sls b/nova/init.sls deleted file mode 100644 index e69de29..0000000