From c07401a13ad663fd805af2f1f3df2f118c0ea023 Mon Sep 17 00:00:00 2001 From: adriant Date: Tue, 13 Jan 2015 13:55:24 +1300 Subject: [PATCH] Updating the README removing sudo from the pip install command, updating conf from example. Change-Id: I39c5902766fed54b8936a269bbebc64dd5d69b1d --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2276215..4c0435d 100644 --- a/README.rst +++ b/README.rst @@ -29,9 +29,14 @@ Configuration is handled via a yaml file as follows: RegionOne: vcpus_allocation_ratio: 2.0 ram_allocation_ratio: 1.0 - # remove this amount per node available metric + # remove this amount per node available metric: reserved_ram_per_node: 0 reserved_vcpus_per_node: 0 + # remove this amount from total + # to take into account possible nova evacuate: + reserved_vcpus: 0 + # ram in bytes + reserved_ram: 0 # total IPs are here as getting this from Neutron is # far from straightforward total_floating_ips: 256 @@ -80,7 +85,7 @@ To then activate it: Now that you are in your environment, you will need to install all the required python libraries: - sudo pip install -r requirements.txt + pip install -r requirements.txt At this point you can install the app itself.