These are all oslo_messaging_rabbit config options that have been
renamed except for one, which was easy to guess.
Change-Id: I6b17e61a2abb6e49e41c961f96c62e811380262f
These are all oslo_messaging_rabbit config options that have been
renamed.
Change-Id: I88bdb1fc8d6e6c14926dffa0c32ac3fdb6ed2ac6
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
The Ocata release of sahara appears to require manual initialization of
a plugin manager. It is also necessary to exclude a module that requires
an external dependency.
Change-Id: I76724f68623b625f1a37b06e5279dd583753abe7
nova already makes extensive use of OptGroups. There's no reason to keep
flagmapping files around.
This change doesn't actually included the updated flagmapping files.
These will be done in a separate change.
Change-Id: I4682213466e6240a1aa969f0ac9081c30f1c5098
Depends-On: I27296954ad8ce2010fc464ad81c8da4859ba2531
This creates a new ha-guide-draft directory to allow developing the
guide. Add infrastructure for:
* The draft guide is not translated currently.
* Build RST version (but not PDF yet) with each run.
* Publish guide as draft
* Update built index for it.
Also updates the ToC to reflect the proposed changes.
Implements: blueprint implement-ha-guide-todos
Change-Id: If6f65646e02ac3eac08c288fd727ab9851cf9569
1. Unpublish the current arch-design and temporarily relocate it to a
"to archive" directory until the archiving structure is available
2. Publish the arch-design-draft to docs.openstack.org
3. Unpublish arch-design-draft from https://docs.openstack.org/draft/
Change-Id: Ida5f237d2edce7a83a24c376c355e2c220bc8c28
Implements: blueprint arch-design-pike
The Storwize driver includes a hand-written table with configuration
options that duplicated the autogenerated one. Remove the hand-written
table.
Also fix missing "." in list.
Change-Id: Id3955407ab63b7416181f46660932d0ff9a3a617
Related-Bug: #1662922
The auto-generated table of "new, updated and deprecated" options in
Glance was still showing Newton information. Re-generated the
document to contain pertinent information for Ocata.
Closes-bug: 1668815
Change-Id: I1920fd563f46f68cf318c24a4287a941d9c9c537
Disable publishing of Debian Install Guides for now. Leave all pieces in
there in case there will be Ocata packages later.
See
http://lists.openstack.org/pipermail/openstack-docs/2017-February/009684.html
for details.
This also removes an extra unmatched </div>.
Change-Id: I860e15f0c0f640caa11a8ad836ebcf8cd490bbfb
Unity Cinder driver was merged in ocata release,
this commit is to add the related documentation for it.
Change-Id: Ieee24b83eea293561903ae407757fb0215d56a9a
To avoid building error derived from UTF-8 characters,
this patch changed them to ascii characters.
Change-Id: I1905e2646579b7f4b25fef1867b9a9ea12863ef3
Implements: blueprint build-pdf-from-rst-guides