Not to break the script with the heading and trailing blanks.
It happens at glance with oslo.i18n deprecation messages.
Change-Id: I33ab7a815fc092cef2ed0688b0693c23802b23c6
Some of tests use different method of
assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
The correct way is to use assertIsInstance(A, B) provided
by testtools
Change-Id: Ib8dec9d44ce66b1b7ff1486a234fae73d29f23ff
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.
http://specs.openstack.org/openstack-infra/infra-specs/specs/doc-publishing.html
Change-Id: Ic8773caebecafa87b10c1ad4612bde6b1513b667
Use a central TAGS variable for install-guide and use it everywhere. We
missed debian and debconf in one place and thus publish that translated
content in the wrong place.
Do the same change for first-app.
Change-Id: I2f9605f8632f746cb16b0a8ee241f68a311e2855
The gnocchi client has a different pattern of subcommands.
This patch explicitely specify the subcommands for the tool to work.
Change-Id: I68f1aaf8c0cedb756d529cb996592a07fd9fb4d1
Renamed sitemap file to avoid module name conflict
when importing at the sitemap unittest
Added py.test tox environment
Change-Id: I94480e374b29802414b62591a51c04ecd804905e
Closes-Bug: #1387716
The common configurations are described in the common
configurations table. The corresponding configutations
at each table are not necessary.
Change-Id: Ied2d03d1c7f71f5712fcf57d4499e127db327b7d
Implements: blueprint config-ref-common-sections
The word "automatically" sometimes makes people confused.
This patch changes the message to more accurate.
Change-Id: If7cdfff7ad2931f5ea261257868dd93d8bdbd8ff
Icehouse and Juno docs should not be accesed, so this updates the sitemap
generator tool to skip them. The sitemap can then be regenerated.
Partial-Bug: #1602647
Change-Id: I3117b114881c3a12b6a1a9565a0a720c9c8678b1
The original command breaks the line between the
command option with hyphen.
But, it looks strange to users.
This patch addresses the issue as work around
until the upstream code will be fixed.
Change-Id: I243c3bc73c65928e893f23308dd288da5d1dc80c
Related-Bug: #1599066