Remove FAKE_subdomain from docs
This commit is contained in:
parent
a81547f780
commit
9c57e5ce37
@ -40,7 +40,6 @@ cat >/etc/nova/nova-manage.conf << NOVA_CONF_EOF
|
|||||||
--verbose
|
--verbose
|
||||||
--nodaemon
|
--nodaemon
|
||||||
--dhcpbridge_flagfile=/etc/nova/nova-manage.conf
|
--dhcpbridge_flagfile=/etc/nova/nova-manage.conf
|
||||||
--FAKE_subdomain=ec2
|
|
||||||
--cc_host=$HOST_IP
|
--cc_host=$HOST_IP
|
||||||
--routing_source_ip=$HOST_IP
|
--routing_source_ip=$HOST_IP
|
||||||
--sql_connection=$SQL_CONN
|
--sql_connection=$SQL_CONN
|
||||||
|
@ -46,7 +46,6 @@
|
|||||||
--quota_gigabytes=100
|
--quota_gigabytes=100
|
||||||
--use_nova_chains=True
|
--use_nova_chains=True
|
||||||
--input_chain=services
|
--input_chain=services
|
||||||
--FAKE_subdomain=ec2
|
|
||||||
--use_project_ca=True
|
--use_project_ca=True
|
||||||
--fixed_ip_disassociate_timeout=300
|
--fixed_ip_disassociate_timeout=300
|
||||||
--api_max_requests=1
|
--api_max_requests=1
|
||||||
|
@ -140,7 +140,6 @@ A sample configuration to test the system follows::
|
|||||||
|
|
||||||
--verbose
|
--verbose
|
||||||
--nodaemon
|
--nodaemon
|
||||||
--FAKE_subdomain=ec2
|
|
||||||
--auth_driver=nova.auth.dbdriver.DbDriver
|
--auth_driver=nova.auth.dbdriver.DbDriver
|
||||||
|
|
||||||
Running
|
Running
|
||||||
|
@ -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
|
--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
|
--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
|
--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
|
--network_size=<# of addrs> # number of ip addrs to use for VM guests, ex 64
|
||||||
|
|
||||||
4. nova-api specific flags
|
4. Create a nova group
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
--FAKE_subdomain=ec2 # workaround for ec2/euca api
|
|
||||||
|
|
||||||
5. Create a nova group
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
sudo addgroup nova
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ Root WSGI middleware for all API controllers.
|
|||||||
|
|
||||||
:osapi_subdomain: subdomain running the OpenStack API (default: api)
|
:osapi_subdomain: subdomain running the OpenStack API (default: api)
|
||||||
:ec2api_subdomain: subdomain running the EC2 API (default: ec2)
|
:ec2api_subdomain: subdomain running the EC2 API (default: ec2)
|
||||||
:FAKE_subdomain: set to 'api' or 'ec2', requests default to that endpoint
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user