update spacing

This commit is contained in:
Jesse Andrews 2010-06-20 15:09:58 -07:00
parent 5a4e4ecb28
commit 6ad8e8f8a6

View File

@ -1,12 +1,12 @@
.. ..
Copyright [2010] [Anso Labs, LLC] Copyright [2010] [Anso Labs, LLC]
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -67,19 +67,19 @@ Installation
# ON THE CLOUD CONTROLLER # ON THE CLOUD CONTROLLER
apt-get install -y rabbitmq-server dnsmasq nginx apt-get install -y rabbitmq-server dnsmasq nginx
# build redis from 2.0.0-rc1 source # build redis from 2.0.0-rc1 source
# setup ldap (slap.sh as root will remove ldap and reinstall it) # setup ldap (slap.sh as root will remove ldap and reinstall it)
NOVA_PATH/nova/auth/slap.sh NOVA_PATH/nova/auth/slap.sh
/etc/init.d/rabbitmq-server start /etc/init.d/rabbitmq-server start
# ON VOLUME NODE: # ON VOLUME NODE:
apt-get install -y vblade-persist apt-get install -y vblade-persist
# ON THE COMPUTE NODE: # ON THE COMPUTE NODE:
apt-get install -y kpartx kvm apt-get install -y kpartx kvm
# optional packages # optional packages
apt-get install -y euca2ools apt-get install -y euca2ools
Configuration Configuration
--------------- ---------------
@ -137,7 +137,7 @@ Launch servers
Launch nova components Launch nova components
* api_worker * nova-api
* s3_worker * nova-compute
* node_worker * nova-objectstore
* storage_worker * nova-volume