diff options
| author | Josh Kearney <josh.kearney@rackspace.com> | 2010-11-23 12:46:07 -0600 |
|---|---|---|
| committer | Josh Kearney <josh.kearney@rackspace.com> | 2010-11-23 12:46:07 -0600 |
| commit | 9c57e5ce37c1f2405fcf7a1ba322946e6d84efeb (patch) | |
| tree | 075448ca829666117e4e70a15aeb2ae1bff96c0c /doc/source | |
| parent | a81547f780afec4eee88e87a301b32c903943c2c (diff) | |
Remove FAKE_subdomain from docs
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/adminguide/getting.started.rst | 1 | ||||
| -rw-r--r-- | doc/source/adminguide/multi.node.install.rst | 11 |
2 files changed, 2 insertions, 10 deletions
diff --git a/doc/source/adminguide/getting.started.rst b/doc/source/adminguide/getting.started.rst index 7075a0b02..3e8073606 100644 --- a/doc/source/adminguide/getting.started.rst +++ b/doc/source/adminguide/getting.started.rst @@ -140,7 +140,6 @@ A sample configuration to test the system follows:: --verbose --nodaemon - --FAKE_subdomain=ec2 --auth_driver=nova.auth.dbdriver.DbDriver Running diff --git a/doc/source/adminguide/multi.node.install.rst b/doc/source/adminguide/multi.node.install.rst index fa0652bc8..dcceb539b 100644 --- a/doc/source/adminguide/multi.node.install.rst +++ b/doc/source/adminguide/multi.node.install.rst @@ -92,7 +92,6 @@ Note: CC_ADDR=<the external IP address of your cloud controller> :: - --FAKE_subdomain=ec2 # workaround for ec2/euca api --fixed_range=<network/prefix> # ip network to use for VM guests, ex 192.168.2.64/26 --network_size=<# of addrs> # number of ip addrs to use for VM guests, ex 64 @@ -104,19 +103,13 @@ Note: CC_ADDR=<the external IP address of your cloud controller> --fixed_range=<network/prefix> # ip network to use for VM guests, ex 192.168.2.64/26 --network_size=<# of addrs> # number of ip addrs to use for VM guests, ex 64 -4. nova-api specific flags - -:: - - --FAKE_subdomain=ec2 # workaround for ec2/euca api - -5. Create a nova group +4. Create a nova group :: sudo addgroup nova -6. nova-objectstore specific flags < no specific config needed > +5. nova-objectstore specific flags < no specific config needed > Config files should be have their owner set to root:nova, and mode set to 0640, since they contain your MySQL server's root password. |
