Updating the README

removing sudo from the pip install command,
updating conf from example.

Change-Id: I39c5902766fed54b8936a269bbebc64dd5d69b1d
This commit is contained in:
adriant 2015-01-13 13:55:24 +13:00
parent 267888ff74
commit c07401a13a
1 changed files with 7 additions and 2 deletions

View File

@ -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.