Fix the docs page title
Currently the title for the octavia docs page is "Main". This updates the title to be more descriptive. This patch also updates the index for Anchor documentation and our version 1.0 specs. Change-Id: I1258503b7a778789b77c7ec6c4db1fbd310b6133
This commit is contained in:
parent
e8c6f4e90f
commit
b60b2b2454
@ -1,8 +1,8 @@
|
|||||||
.. octavia-specs documentation master file
|
.. octavia-specs documentation master file
|
||||||
|
|
||||||
====
|
=====================
|
||||||
Main
|
Octavia Documentation
|
||||||
====
|
=====================
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
---------------
|
---------------
|
||||||
@ -43,6 +43,7 @@ For operators
|
|||||||
|
|
||||||
guides/dev-quick-start.rst
|
guides/dev-quick-start.rst
|
||||||
main/configref.rst
|
main/configref.rst
|
||||||
|
main/Anchor.rst
|
||||||
|
|
||||||
====
|
====
|
||||||
APIs
|
APIs
|
||||||
@ -99,6 +100,15 @@ Version 0.9 (newton)
|
|||||||
|
|
||||||
specs/version0.9/*
|
specs/version0.9/*
|
||||||
|
|
||||||
|
Version 1.0
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
specs/version1/*
|
||||||
|
|
||||||
==================
|
==================
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
@ -8,13 +8,15 @@ which secure the amphora - controller communication.
|
|||||||
|
|
||||||
Basic Setup
|
Basic Setup
|
||||||
-----------
|
-----------
|
||||||
# Download/Install/Start Anchor from https://github.com/openstack/anchor
|
1. Download/Install/Start Anchor from https://github.com/openstack/anchor
|
||||||
# Change the listening port in config.py to 9999
|
2. Change the listening port in config.py to 9999
|
||||||
# I found it useful to run anchor in an additional devstack screen
|
3. I found it useful to run anchor in an additional devstack screen
|
||||||
# Set in octavia.conf
|
4. Set in octavia.conf (root-ca.crt here is the Anchor CA)
|
||||||
## [certificates] cert_generator to anchor
|
|
||||||
## [haproxy_amphora] server_ca = /opt/stack/anchor/CA/root-ca.crt (Anchor CA)
|
a. [controller_worker] cert_generator = anchor
|
||||||
# Restart o-cw o-hm o-hk
|
b. [haproxy_amphora] server_ca = /opt/stack/anchor/CA/root-ca.crt
|
||||||
|
|
||||||
|
5. Restart o-cw o-hm o-hk
|
||||||
|
|
||||||
Benefit
|
Benefit
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user