Fixes minor errors and warning in Sphinx build
* Fixes error : doc/source/backends/powerdns.rst:29: ERROR: Malformed table. * Fixes error : doc/source/configuration.rst:43: ERROR: Malformed table. * Fixes error : doc/source/getting-started.rst:285: ERROR: Duplicate target name, cannot be used as a unique reference: "installing designate" * Fixes warning : WARNING: html_static_path entry u'/opt/stack/designate/doc/source/_static' does not exist Change-Id: I48e5c8c2c04a50c69d39b49a743a155c40350b21 Closes-Bug: #1377619
This commit is contained in:
parent
4ef85628c2
commit
b254e98c78
@ -26,7 +26,7 @@ Parameter Default Note
|
||||
=============================== ====================================== ==============================================================
|
||||
domain_type NATIVE PowerDNS Domain Type
|
||||
also_notify [] List of additional IPs to send NOTIFYs to.
|
||||
connection sqlite:///$pystatepath/powerdns.sqlite Database connection string
|
||||
connection sqlite:///$pystatepath/powerdns.sqlite Database connection string
|
||||
connection_debug 0 Verbosity of SQL debugging information. 0=None, 100=Everything
|
||||
connection_trace False Add python stack traces to SQL as comment strings
|
||||
idle_timeout 3600 timeout before idle sql connections are reaped
|
||||
|
@ -32,7 +32,7 @@ Parameter Default Note
|
||||
=============================== ==================================== ==============================================================
|
||||
api_host 0.0.0.0 API listen host
|
||||
api_port 9001 API listen port
|
||||
control_exchange designate The MQ Control exchange
|
||||
control_exchange designate The MQ Control exchange
|
||||
agent_topic agent The topic that the Agent(s) should use
|
||||
central_topic central The topic that the Central should use
|
||||
os-username glance Username to use for openstack service access
|
||||
@ -40,7 +40,7 @@ os-password admin Password
|
||||
os-tenant-id Tenant ID to use for openstack service access
|
||||
os-tenant-name admin Tenant name to use for openstack service access
|
||||
os-auth-url http://localhost:5000/v2.0 Auth URL to use for openstack service access
|
||||
connection sqlite:///$pystatepath/designate.db Database connection string
|
||||
connection sqlite:///$pystatepath/designate.db Database connection string
|
||||
=============================== ==================================== ==============================================================
|
||||
|
||||
Storage - SQL Alchemy
|
||||
|
@ -284,8 +284,8 @@ Fedora 19 Notes
|
||||
|
||||
Most of the above instructions under `Installing Designate`_ should work. There are a few differences when working with Fedora 19:
|
||||
|
||||
Installing Designate
|
||||
--------------------
|
||||
Installing Designate on Fedora
|
||||
------------------------------
|
||||
|
||||
Installing the basic Fedora packages needed to install Designate:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user