This is needed for publishing in the future:
This is so that we can create a list of directories to ignore when we
rsync documentation builds to a publishing site. Some builds are
published as subdirectories underneath the results of superior
builds.
This allows those superior builds to be rsynced without removing the
other builds that were published under them.
Change-Id: I41257f4436ac7d030725bef5e6390390002cbe16
This reverts commit cef018270e8db140a76e9898c9f91469194c6d22.
Macvtap was mistakenly moved from L2 Agent section to Mechanism
driver section. In fact the config options are agent config options
and not mechanism driver options.
Conflicts:
doc/config-reference/source/networking/networking_options_reference.rst
tools/autogenerate-config-flagmappings/neutron.flagmappings
Change-Id: I56f48f3b93bd08c1d7c67a7fd7be504c8a2d5cb7
In Mac OS X environment, the actual behavior of grep command
with "-m" option is different from the expected behavior.
Instead of using "-m 1" option, adding one pipeline
with "head -n 6" (since "-A 5" looks after 5 lines more)
makes the build compatible not only Linux but also
Mac OS X environment.
Change-Id: I63fc0fd0c8afde883ffaf69c9b674c88d8079014
Closes-Bug: #1619358
This seems like the only place in doc tree that mentions the option that
is worth a manual cleanup. Other places are autogenerated.
Change-Id: I1cf6a5cdc550e80562f365a91946946d5b7e842d
Closes-Bug: #1607850
With openstack-doc-tools 1.0.0, this file is not used anymore, remove
it.
Also, remove all mention of openstack-doc-test, this tool is not anymore
part of openstack-doc-tools.
Change-Id: I3bebcb269f1ff067e2ba591dd9e3d8f47d31d306
Commit '04cb819' incorrectly removed all documentation related to the
sriov-agent. The only thing that has changed with this agent in recent
releases is that it is now required, rather than optional. Some of this
change has already been reverted in '04cb819'. Revert the remainder.
Change-Id: I6bdd5b8d7e8850e23c3dd47161b2baee110b045b
Related-bug: #1508557
1. Move "pagination_max_limit" to the common configuration
options table
2. Remove include directive to a non-existent file
Change-Id: I77446b127df5d99347f04af18499b92a56d56792
Partial-bug: #1605039
Use the logging section in the common configurations chapter.
Change their option flags to "disable" that is implemented
with patch Ied2d03d1c7f71f5712fcf57d4499e127db327b7d.
Also, fix a few incorrect flagmappings.
Change-Id: I9ba931a86e70f843340a9f5366eae6aca5d3ebf2
The config "quota_items" no longer exists, so this removes all references of
"quota_items" from the docs.
Change-Id: I5508696c562d1c6f253756eb8a67b603efb21b51
Closes-Bug: #1600405
This adds the onfig options "backup_swift_user_domain",
"backup_swift_project_domain" and "backup_swift_project" to the cinder
flagmapping files. Documentation around "backup_swift_auth_version" is also
updated to reflect auth version 3.
Change-Id: Ia5ebfb068ac1c1d200094ab649ef97da3d307de4
Closes-Bug: #1591619