19038 Commits

Author SHA1 Message Date
Stephen Finucane
02e9961667 Update cinder flagmappings for Ocata
These are all oslo_messaging_rabbit config options that have been
renamed except for one, which was easy to guess.

Change-Id: I6b17e61a2abb6e49e41c961f96c62e811380262f
2017-03-22 16:41:09 +00:00
Stephen Finucane
9c78787387 Update ceilometer flagmappings for Ocata
These are all oslo_messaging_rabbit config options that have been
renamed.

Change-Id: Ie7624548951162a3f9140fd751659ece379e8059
2017-03-22 16:41:09 +00:00
Stephen Finucane
901b4ee677 Update aodh flagmappings for Ocata
These are all oslo_messaging_rabbit config options that have been
renamed.

Change-Id: I88bdb1fc8d6e6c14926dffa0c32ac3fdb6ed2ac6
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2017-03-22 16:41:09 +00:00
Stephen Finucane
1b07c0be96 Fix sahara build
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
2017-03-22 16:41:09 +00:00
Jenkins
54cb8c45b6 Merge "[install] Changed configuration step for memcached" 2017-03-22 12:12:12 +00:00
Jenkins
e8b6bd0ed4 Merge "[ops-guide] move operations content into top level" 2017-03-22 12:00:17 +00:00
Jenkins
027faa4f49 Merge "Imported Translations from Zanata" 2017-03-22 11:41:46 +00:00
Jenkins
6aaed31f2b Merge "[Install] Document Nova cells and placement API" 2017-03-22 11:17:38 +00:00
Jenkins
d71c315eac Merge "[user guides] Update Security Group Rules description" 2017-03-22 11:06:05 +00:00
OpenStack Proposal Bot
c004982b27 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I7be6a52e2fd9290b8ef518827a61a25fff91259c
2017-03-22 10:56:03 +00:00
Jenkins
e93c789269 Merge "Delete invalid parameters in command example." 2017-03-22 10:32:58 +00:00
Jenkins
4dc3747133 Merge "[networking] RFC 5737: cli-create-and-manage-networks" 2017-03-22 10:29:37 +00:00
Jenkins
de369f2bd0 Merge "[cli-ref] Update python-cinderclient to 2.0.1" 2017-03-22 07:14:35 +00:00
Jenkins
ec9b22b9c8 Merge "Fix note on specifying a specific host for nova" 2017-03-22 07:13:07 +00:00
KATO Tomoyuki
6879a52890 [ops-guide] move operations content into top level
To improve readability with table of content.

Change-Id: I7e06ac3b55f7fec2dac07f1d54ee8d5c1272b0f4
2017-03-22 16:06:16 +09:00
Jenkins
46c669ecdc Merge "[www]Adding kolla-deployment-guide to docs.o.o/project-deploy-guide" 2017-03-22 05:45:20 +00:00
RobiJoe
d713a72dfa [user guides] Update Security Group Rules description
This patch updates the location of security group rules
in the Admin Guide. Security Group Rules are located in
projects, not within secrutiy groups.

Change-Id: I5fdddb5e9fa3b4eb653204b0f10e5c681f9942a6
Closes-Bug: #1673833
2017-03-22 15:33:11 +10:00
melissaml
0df58daee0 Fix typo
Change-Id: I2516715cd1c16a7b0443a075e690e857406ebe9f
2017-03-22 11:43:34 +08:00
RobiJoe
d3b0e4b27f [www]Adding kolla-deployment-guide to docs.o.o/project-deploy-guide
This patch adjusts the project-deployment-guide/ocata/index.html
file to reference and publish the kolla deployment guide from
the ocata branch of the kolla-ansible repository.

Change-Id: Id8f259236c299380a0ed614c9e95c66643475dd1
2017-03-22 12:56:14 +10:00
Brian Moss
d6a9c10445 [Install] Document Nova cells and placement API
With the Ocata release, Nova requires a basic cell_v2
setup and the Placement API service.

Change-Id: I3ad1a53ea072f79cbc356248b0b800ddaabd5038
Closes-Bug: #1663485
Closes-Bug: #1669163
2017-03-22 10:26:52 +10:00
Jenkins
af0dfe8072 Merge "[config-ref]: update nova config options for stable/ocata" 2017-03-21 22:51:26 +00:00
Jenkins
1289cdd775 Merge "Disable flagmappings for nova" 2017-03-21 22:48:40 +00:00
Iswarya_Vakati
562548269f [install] Changed configuration step for memcached
Fixes an error in the configuration step, and updates to
use controller, to fit with conventions.

Change-Id: I250c1ac9b5517fa3faadc4bb8b4cb26ee44110ee
Closes-Bug: #1661175
2017-03-21 22:45:58 +00:00
zhangdaolong
9b26c18ca6 Delete invalid parameters in command example.
Wrong:
openstack quota show PROJECT_ID 6f88036c45344d9999a1f971e4882723
Right:
openstack quota show  6f88036c45344d9999a1f971e4882723

Change-Id: I58f5a3ca427937668ed98002fda9016c8916667c
2017-03-21 22:36:06 +00:00
Matt Riedemann
9696ec9310 Fix note on specifying a specific host for nova
The parsing goes like this in Nova:

1. --availability-zone ZONE (no host or node)
2. --availabllity-zone ZONE:HOST (no node)
3. --availability-zone ZONE::NODE (no host)
4. --availability-zone ZONE:HOST:NODE

So we need to fix the docs to match case #2.

Change-Id: Iedb8d221d0a33f18a7e4e10dff7b35823eef90a7
Closes-Bug: #1673252
2017-03-21 11:25:37 -04:00
KATO Tomoyuki
bccc2e266f [cli-ref] Update python-cinderclient to 2.0.1
Change-Id: I6bb718151dd9141c65d159cc7af2d9abed597b5b
2017-03-22 00:13:49 +09:00
Andreas Jaeger
fea79568cc [user] s/operation system/operating system/g
Fix a typo.

Closes-Bug: #1674709
Closes-Bug: #1674713
Closes-Bug: #1674716
Change-Id: Ida6866c587bcc34a1e2b0a5ee0bffbe47d259cc1
2017-03-21 16:12:38 +01:00
Jenkins
ae04134649 Merge "Modify the error of the cli-nova-launch-instance-using-ISO-image" 2017-03-21 11:09:52 +00:00
liuyamin
a2c9a70550 Modify the error of the cli-nova-launch-instance-using-ISO-image
[Openstck-manuals]In the document of use-guide,modify the command
"nova-boot" to "nova boot",and modify the error of parameter.

Change-Id: I2b258a10d7ebf83dd9d7cbe2ba5c15c353348188
2017-03-21 18:41:52 +08:00
Jenkins
cdfae8d603 Merge "Update "http" to "https" for more safer" 2017-03-21 10:33:00 +00:00
Jenkins
35d93458fc Merge "[cli-ref] Update python-freezerclient to 1.3.0" 2017-03-21 10:32:52 +00:00
Jenkins
146681a858 Merge "Adding instructions for rebasing" 2017-03-21 10:10:57 +00:00
caoyuan
ab828487de Update "http" to "https" for more safer
- Update "http" to "https
- fix some error link
- Remove the unnecessary "/"

Change-Id: I343b9b47f969e9cc4e95887c13868f494fdce663
2017-03-21 09:51:52 +00:00
Jenkins
9bc5ab511f Merge "Replace network_id of subnet and port in the example" 2017-03-21 07:31:59 +00:00
caoyuan
2c87a949e4 [networking] RFC 5737: cli-create-and-manage-networks
Replaces non-compliant subnets in:

cli-create-and-manage-networks.rst

Change-Id: I11c83e0fdb5a950c2f7af193deffe57a663dc374
Partial-Bug: #1656378
2017-03-21 15:26:21 +08:00
Jenkins
a57ed12d06 Merge "[arch-design] Minor edits to the compute design section" 2017-03-21 05:57:02 +00:00
e
36c8da2141 Replace network_id of subnet and port in the example
Creating subnet and port with net1,the returned network_id inconsistent
with net1 ID.

Change-Id: I52ab4f81e0c118c15cd735788368be4dd47d6301
2017-03-21 13:14:35 +08:00
Jenkins
dd52491e35 Merge "Use the openstack client cmd instead of cinder cmd" 2017-03-21 04:59:01 +00:00
Jenkins
ce8a9322b4 Merge "[contrib-guide] Center aligns doc mascot" 2017-03-21 02:00:15 +00:00
KATO Tomoyuki
1ae5aaec85 [cli-ref] Update python-freezerclient to 1.3.0
Change-Id: Iddf4e5e9e9820e7b1460cd626cec3096aab0404c
2017-03-21 10:33:23 +09:00
Lana Brindley
b8e33d1d6d Adding instructions for rebasing
As per bug, added instructions for manually rebasing a commit.

Change-Id: I59135091b2097c76408da1d086eac8572fe5a826
Closes-Bug: #1673315
2017-03-21 10:56:39 +10:00
daz
bc4723c23a [arch-design] Minor edits to the compute design section
Minor IA and heading edits, remove duplication, and
update links.

Change-Id: I88ee48c883cf04272822d81bbd5ee1c568ebef20
Implements: blueprint arch-design-pike
2017-03-21 10:40:16 +10:00
Stephen Finucane
564f5330c3 [config-ref]: update nova config options for stable/ocata
This significant rework occurs due to recent changes in the
openstack-doc-tools project.

There are some manual fixes to the following options, where invalid rST
was included. These have been fixed on nova master but still need to be
backported to stable/ocata. This will be done separately.

- block_device_allocate_retries_interval (DEFAULT)
- torrent_images (xenserver)

Change-Id: Ia6ecbf025f1a2de19db896d3d72412461603093b
Depends-On: I4ef80825598cc7d98a4046afd5b131484e5a3469
2017-03-20 16:57:29 +00:00
Stephen Finucane
c15bb25cc7 Disable flagmappings for nova
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
2017-03-20 16:56:15 +00:00
Jenkins
3cd73e20d0 Merge "Remove tenant_id from compute endpoint" 2017-03-20 15:40:59 +00:00
Jenkins
07f7f6db5d Merge "fix update-cinder-doc release note" 2017-03-20 15:40:53 +00:00
Jenkins
596d39ed90 Merge "add a test page to the build structure for release notes" 2017-03-20 15:40:45 +00:00
Jenkins
45ce6d3ff2 Merge "Update Oracle ZFSSA drivers documentation" 2017-03-20 15:40:39 +00:00
Jenkins
41c6068c6f Merge "[arch-design] Network design edits" 2017-03-20 15:40:31 +00:00
Jenkins
db60f05073 Merge "[ha-guide-draft] Create ha-guide draft directory" 2017-03-20 13:11:37 +00:00