1117 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
0f01f52ef9 Updated from global requirements
Change-Id: I678f543ca8d75a27b89895f4caa6dc29736d4887
2016-11-09 04:22:08 +00:00
KATO Tomoyuki
209dcd0f5e [cli-reference] remove sahara CLI support
With python-saharaclient 1.0.0 release,
old CLI commands are removed.
Please use OpenStackClient instead.

Change-Id: I838b7eff7091dd3922229392fed69b49df6fd99e
2016-11-08 07:46:36 +09:00
OpenStack Proposal Bot
51e3476e22 Updated from global requirements
Change-Id: I7b7b3bacd672fd3015e0643bf6648e3965263359
2016-11-02 15:38:34 +00:00
Luong Anh Tuan
67691c3cfc Don't include openstack/common in flake8 exclude list
There is no this directory openstack/common which was used to keep codes from
oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom
all OpenStack code in favor of the Oslo libraries is a project wide goal
for the Ocata release. So don't use this directory any more. We should drop it
for improving searching efficiency.

Change-Id: If2ca9333319fd78a53c73ab313411ed2f17b07f2
2016-10-31 11:20:21 +07:00
OpenStack Proposal Bot
1312d4b4ce Updated from global requirements
Change-Id: I27109db4018e32ac87ce4d85ad9177575b3856a9
2016-10-27 12:20:37 +00:00
Luong Anh Tuan
1dadc93e75 Add prefix "$" for command examples
Change-Id: I62d147e4451cd5a7b3dd11fe70ecf84c2e94b23a
2016-10-19 11:22:22 +07:00
KATO Tomoyuki
c8f4375527 [config-ref] support URIOpt/HostnameOpt to auto config doc tool
Change-Id: Ib045b60de82cd3761503d2e329eddcbbd044925e
2016-10-13 13:20:18 +00:00
KATO Tomoyuki
858b94199d [config-ref] support IPOpt into auto config doc tool
Change-Id: I319524933eb377a47c9ec5bd862ac3825c967548
2016-10-13 17:25:42 +09:00
Andreas Jaeger
699e82d2d2 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: Iace1593dff20324b86c7245c2217d51d77d9a465
2016-10-06 20:40:37 +02:00
Andreas Jaeger
c99bb681b2 Mitaka is an old release now
Update settings for mitaka

Change-Id: I122aafd4a3136da209ccd26d13d9060a134ce727
2016-10-06 14:33:34 +02:00
Jenkins
381cae363e Merge "Move SitemapItem class into generator.spiders.sitemap_file" 2016-10-06 12:31:37 +00:00
Christian Berendt
8a8411e3ff Improve the README file of the sitemap generator
Change-Id: I4143b4dc7846b4dcdb873921a0ee75a62cc8f8ef
2016-10-06 13:57:49 +02:00
Christian Berendt
92a4fb6527 Move SitemapItem class into generator.spiders.sitemap_file
This will solve the following issue:

ImportError: No module named sitemap.generator

Change-Id: I449f0fb0c87613c36447cca94f4f5857f3d31afa
2016-10-06 13:49:43 +02:00
Jenkins
6b669e8778 Merge "[cli-ref] cleanup osc cli reference tools" 2016-10-01 11:20:05 +00:00
Jenkins
99159d1a4b Merge "[config-ref] Remove heading and trailing blanks from help" 2016-10-01 07:54:10 +00:00
OpenStack Proposal Bot
e508296409 Updated from global requirements
Change-Id: Ied3c6a7b6fbad2306314b3d4f8cd3c39182327c7
2016-09-30 20:04:34 +00:00
Jenkins
07c52502aa Merge "Update flake8 ignore list" 2016-09-30 12:04:45 +00:00
KATO Tomoyuki
1057a48575 [config-ref] Remove heading and trailing blanks from help
Not to break the script with the heading and trailing blanks.
It happens at glance with oslo.i18n deprecation messages.

Change-Id: I33ab7a815fc092cef2ed0688b0693c23802b23c6
2016-09-30 21:01:05 +09:00
KATO Tomoyuki
dfa602df09 Remove unnecessary white space
To fix the pep8 warning:

  E211 whitespace before '('
  print ("Duplicate option name %s" % optname)

Change-Id: Id041e12754679538cd6dab6fdc25b357ee628389
2016-09-30 20:41:29 +09:00
KATO Tomoyuki
03a561883c Update flake8 ignore list
In hacking > 0.10.0, there is no E123 and E125, so this commit to
delete them.

Change-Id: I66f53f46337d4206a269f2e09822bf31d8433edf
2016-09-30 20:32:46 +09:00
gecong1973
52d9c52723 Change assertTrue(isinstance()) by optimal assert
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
2016-09-30 16:30:29 +08:00
KATO Tomoyuki
ff558eb3b1 Move release notes to be handled by reno
Change-Id: I09b42465c834065073e29eecc9603b893ddab978
2016-09-29 20:48:54 +09:00
KATO Tomoyuki
01f284ae05 [config-ref] update service names for diff branches
Change-Id: I0d62b5f618808da2fc3c8250d2462b6a282e3506
1.2.0
2016-09-29 13:46:57 +09:00
OpenStack Proposal Bot
994b514227 Updated from global requirements
Change-Id: I331b63a711fa4c3359d20e823cf676779d0ceb9b
2016-09-28 16:59:06 +00:00
OpenStack Proposal Bot
85348f194e Updated from global requirements
Change-Id: Iae627a1151c2aecf2716997d1fe2cd2de9babb16
2016-09-27 10:05:54 +00:00
Jenkins
422c28344e Merge "Remove Babel requirement" 2016-09-26 04:57:47 +00:00
KATO Tomoyuki
dfe59880be [cli-ref] cleanup osc cli reference tools
Change-Id: Ie45534cc18a8b0a4d6b2e3f38fa45ce702cf981e
2016-09-25 14:35:21 +09:00
Andreas Jaeger
ceb8afd1c1 Increase hacking version
Sync with global-requirements.

Change-Id: I86ea995c2fab39819f29af3509321ada36ab78f6
2016-09-22 09:15:58 +02:00
Andreas Jaeger
2d1f67a771 Remove Babel requirement
We do not need Babel for this repository, remove it.

Change-Id: Ie7745a7e5d8c8442d84ec172dfa000f61c53523b
2016-09-22 08:54:27 +02:00
Andreas Jaeger
54aa873505 Add root-marker file to translated manuals
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
1.1.0
2016-09-16 09:45:09 +02:00
Jenkins
559ff6df40 Merge "[cli-ref] remove deprecated Block Storage API v1" 2016-09-12 05:47:24 +00:00
KATO Tomoyuki
0d9c027183 [cli-ref] remove deprecated Block Storage API v1
Change-Id: I0f5ca8c55818e6ee28428c7a4e2bd4cb71109f51
2016-09-12 02:13:04 +00:00
KATO Tomoyuki
14e757ee8b [cli-ref] unsupport the openstack command
In favor of the python-openstack-client docs.

Change-Id: I268eefe70df9b9f992b1f2670461b0776cacb883
2016-09-05 22:49:43 +09:00
Jenkins
787b48019f Merge "Changing 'raise e' to 'raise' to prevent exception masking" 2016-09-05 08:03:27 +00:00
KATO Tomoyuki
c9b959891c [cli-ref] support Backup, Restore, and DR service
Change-Id: I30915b215ccb6f8d96cee826d950bbba3fb73692
2016-08-31 11:28:01 +09:00
Jenkins
fbf24f0693 Merge "[cli-ref] support NFV Orchestration service" 2016-08-30 02:34:01 +00:00
Andreas Jaeger
a9b1818223 Fix install-guide draft translated publishing
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
1.0.1
2016-08-29 12:43:22 +02:00
KATO Tomoyuki
fdd034d68b [cli-ref] support NFV Orchestration service
Change-Id: Ie6ff3a945f21a0f2d0cff089ec1df4f7995db853
2016-08-25 23:47:24 +09:00
Jenkins
e722bb8efc Merge "[cli-reference] add gnocchi subcommands" 2016-08-23 15:02:36 +00:00
Jenkins
2e966072e7 Merge "[cli-reference] use Image API v2 as default" 1.0.0 2016-08-21 08:28:03 +00:00
KATO Tomoyuki
b4e93467e7 [cli-reference] use Image API v2 as default
Change-Id: I37ca896cdbc4ae64420991a385a4eb8bde1babe9
2016-08-17 18:35:26 +09:00
KATO Tomoyuki
8e756ad727 [cli-reference] add gnocchi subcommands
The gnocchi client has a different pattern of subcommands.
This patch explicitely specify the subcommands for the tool to work.

Change-Id: I68f1aaf8c0cedb756d529cb996592a07fd9fb4d1
2016-08-17 08:26:52 +09:00
OpenStack Proposal Bot
291c54d54b Updated from global requirements
Change-Id: Ic94214345a272c1efe3212f9b630c7ca6c07dfbd
2016-08-04 02:40:19 +00:00
Jenkins
711fcce438 Merge "doc-tools unit tests" 2016-08-03 14:40:43 +00:00
Percila
c050836a8f doc-tools unit tests
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
2016-08-03 07:05:51 +00:00
KATO Tomoyuki
6842c4b774 [config-ref] support cfg.PortOpt type by the generation tool
Change-Id: I99aabfadcadbadac6c8cfc552dc4f99837df5e81
Partial-Bug: 1603082
2016-08-03 11:21:47 +09:00
Jenkins
44000119d1 Merge "[cli-ref] add rmdir to cleanup working directory" 2016-08-01 13:50:50 +00:00
KATO Tomoyuki
69746f4982 [cli-ref] add rmdir to cleanup working directory
Change-Id: I40deb83f849782cb9f68d695c14643c4fa89aca6
2016-08-01 13:36:24 +00:00
Jenkins
ba25b1343c Merge "[cli-ref] split glance_property_keys.rst into another file" 2016-08-01 12:10:58 +00:00
Jenkins
dbd8a0afa0 Merge "[config-ref] skip options marked as disable" 2016-07-26 13:13:21 +00:00