Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
Change-Id: I95aa4478756873eec5f7480ba3ac0e5e4eea0a43
There are many references to review.openstack.org, and while the
redirect should work, we can also go ahead and fix them.
Change-Id: I12adeeb24252b3c86f22bc56f99a26aeeff2ea4d
This adds basic framework for kuryr-status upgrade
check commands. For now it has only "check_placeholder"
check implemented.
Real checks can be added to this tool in the future.
Change-Id: I8af38f087672a390ec8b2b78916315b5a646fcbb
Story: 2003657
Task: 26137
This is one part of the process of organizing the Kuryr docs
across Kuryr, Kuryr-Libnetwork, and Kuryr-Kubernetes. This
commit in particular deletes files that are being moved to
their appropriate directories and one file that is outdated.
Change-Id: I60881c2b22f7b3413e9a2223b818f57eaf2af82d
Depends-On: If0e23ffe10f798d2f9f5b37e1b996bd069715721
The Libnetwork Networking Design Docs page currently goes from
step 5 to step 7. This commit changes step 7 to say step 6.
Change-Id: Ic4d37ad0d5127631d04da5bc20af7a389754c8cb
Closes-bug: 1641775
This commit adds a set of stand alone curly brackets into a
code block for more readability.
Closes-Bug: 1641780
Change-Id: I448b684a362c6a0abfc67950ec918d11aa92591d
For now we could safely remove these options,
once we have complete documentation it could be added easily.
Change-Id: I7a7ba6b489e83ec2ab909891541922ba9e6d59f3
Closes-bug: #1625015
Directory name for nested-vm and k8s integeration spec should be renamed
to newton.
Change-Id: Ieeda754bee171b83563432069ddc67d13ac6ba72
Closes-bug: #1595441
1. Heading levels are fixed
2. Wherever lines had scope to include more words and ensuring length
is < 79
Change-Id: I5a78f88fff43b7fb1a7ce04b81172f4105b983e1
This patch adds the description of the Endpoints and how it is
translated. The example of each response in each state is added in
Appendix A as well.
Change-Id: Ibfeb11d9d0079bc2e943b3ff918b660d12adaa84
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
This patch moves the description of the pool member creation to the
section for the kube-proxy emulation using the LBaaS.
Change-Id: I7e93f31d02cbb518f3910008c1e8513f37dda302
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
This patch eliminates the unnecessary ", or" in the watcher design
documentation.
Change-Id: I87f6dda56c74be64338193e1843f6174a4440d23
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
This patch fixes the broken link to the K8s integration documentation.
Change-Id: I36b55cc0f073848bda4e4fd9f23a68a391055b4b
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
This patch fixes the following broken style of Raven devref.
* The broken link for "Kubernetes API"
* The broken code-block for the ADDED event of the Pods
Change-Id: Iffa4c4c027aa64893704e7fca3ddaaa16b005653
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
Closes-Bug: #1583972
This patch adds the devref of Raven, a K8s API watcher component. The
devref contains the abstract of Raven, the design of it, the useful
information for developers.
Change-Id: I8f0e801f81f101a51d62f4b4cc854176e67e75dc
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
Related: blueprint kuryr-k8s-integration