8191 Commits

Author SHA1 Message Date
Jenkins
7a500974fb Merge "Add document for consistency groups" 2014-12-31 09:04:08 +00:00
OpenStack Proposal Bot
886a689c25 Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ic79eb783d2f9482064ee417a158ca2311d7a50ec
2014-12-31 06:14:23 +00:00
Xing Yang
aee628806c Add document for consistency groups
Consistency group support was added to Cinder in Juno, but
document has not been provided. This patch is to add document
on how to use the consistency group feature.

Backport: Juno

Change-Id: I99c380027fc854674c3ec6b87336f5a920155dac
Closes-Bug: #1400392
2014-12-30 22:41:59 -05:00
kylin7-sg
d4fdca3d6d Updating instruction for windows 2012 image
Updating 'Example: Microsoft Windows image':
1.c: 10GB to 15GB
2: adding format=qocw2

Change-Id: I52792f37152f46443e5d63eca147b6aba265d1e1
Closes-bug: #1406466
2014-12-31 10:21:37 +08:00
Jenkins
066d80519b Merge "Fixes a small typo" 2014-12-30 15:58:41 +00:00
liyingjun
2fc7ba5fd0 Fixes a small typo
In the install-guide, the creating service endpoints part should
be 'Create the X service endpoints'. Also fixes some other
related consistency issues.

Change-Id: I0355801afe00e796287406315ecaa804b355e1c4
Closes-bug: #1405328
Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
backport: juno
2014-12-30 08:02:05 -06:00
Gauvain Pocentek
a8f6cc1f09 Update the user guide with the latest HOT guide content
Change-Id: If71ad2579328d22430f56f81f3d35d220be734d5
2014-12-30 10:55:05 +01:00
Gauvain Pocentek
a9d9dbec1c Fix typo in hot-guide source
Commit bc93bb5f fixed a typo in the autogenerated output of the HOT
guide. This patch imports the fix in the source file.

Change-Id: I66801444324d82fb4b5a1ab7775d29f9d606af85
2014-12-30 10:39:35 +01:00
OpenStack Proposal Bot
dd6f42cd47 Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Id3dce72a969d13c65e913e99d304086b8be54e8b
2014-12-30 06:15:54 +00:00
Jenkins
72931faf28 Merge "Add nova-cert to the compute getstart" 2014-12-29 16:48:45 +00:00
Jenkins
784993cd69 Merge "Use RPC instead of neutron client in metadata agent" 2014-12-27 08:40:44 +00:00
Jenkins
691ecddbb1 Merge "Update glance-api sample" 2014-12-27 08:40:36 +00:00
OpenStack Proposal Bot
82b4be92b2 Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Id89957c95875af5c1cc495990f4ee2e22a9d5dbf
2014-12-27 06:14:04 +00:00
OpenStack Proposal Bot
dfbb2b9e73 Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Id29d0d600bd1fe7120caeaa2298ad9072b3b1dc0
2014-12-26 06:13:04 +00:00
Jenkins
0e98243607 Merge "Further clarify networking content" 2014-12-25 12:53:32 +00:00
Jenkins
69ef4c94d5 Merge "Remove defunct swift content" 2014-12-25 12:40:38 +00:00
Alexander Adamov
6887846a9e Use RPC instead of neutron client in metadata agent
Previously, neutron metadata agent connected to a neutron server via REST 
API using a neutron client. This is ineffective because keystone is then 
fully involved into the authentication process and gets overloaded. The 
neutron metadata agent has been reworked to use RPC by default to connect 
to a server since Kilo release.

Change-Id: Idaf9fbdb33ad3d5f68f40eef54344bffd842f0a0
Closes-Bug: #1386979
2014-12-25 10:24:10 +00:00
OpenStack Proposal Bot
4fb566bfd6 Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I3f891e25555d5c6fd390fc8c7762faf3b8b9abf6
2014-12-25 06:15:47 +00:00
Matthew Kassawara
0ce55aa36e Remove defunct swift content
Remove defunct swift content in the installation guide. This
should complete the swift content improvements.

Closes-Bug: #1389382
backport: Juno
Change-Id: Iaef1c4e405859ea79bfa022cfd57905900904d0a
2014-12-24 13:41:59 -06:00
Matthew Kassawara
29cdefc9f6 Further clarify networking content
Further clarify installation guide networking content to
reduce potential confusion about the purpose of each
network.

Change-Id: I1c7f79784eb80e317be1f156bc3a0e68ac39df3b
Closes-Bug: #1372669
backport: Juno
2014-12-24 13:18:33 -06:00
Jenkins
2afd5ec6b0 Merge "Fix misleading guidance for Neutron external network" 2014-12-24 16:18:41 +00:00
Tom Fifield
8416a5503d Update glance-api sample
as noted in the bug report, notifier_strategy was removed.
The change was picked up by the auto config tools, but the
 remaining place this was used in manuals was the glance-api
install guide samples. This patch updates the samples from
the glance master, and makes the small number of changes
(flavor, keystone_authtoken setup) that were in the previous
samples.

Change-Id: I673590ed2470d07cce93ed5713c7bffe7f57730c
Closes-Bug: 1332301
2014-12-25 00:09:49 +09:00
Yair Fried
b9db6828ff Fix misleading guidance for Neutron external network
External networks shouldn't be "shared"

Change-Id: I7511e2f956c219ab2155ca44023bdc6754400828
Closes-bug: #1405403
2014-12-24 16:26:11 +02:00
Jenkins
c0944fe601 Merge "Fix manual references to old alarm syntax" 2014-12-24 14:08:33 +00:00
Tom Fifield
9f3306f1df Add nova-cert to the compute getstart
An introduction to the nova-cert module was missing
from the compute introduction. This adds an entry to the
list for it.

Change-Id: I3e805ed953d27a48e007e2776ae37205726704d6
Closes-Bug: 1160757
2014-12-24 22:55:22 +09:00
Tom Fifield
9c9de5271c Fix manual references to old alarm syntax
The ceilometerclient patch refered to in the bug report
changed the way ceilometerclient works to not require the
-a flag for certain alarm commands (history, show etc).

The CLI reference has already been updated, but this patch
fixes the remaining manually written commands

Change-Id: I2e00a6830cd0d4abaa2d37dfb3516bb52f13914b
Closes-Bug: 1268557
2014-12-24 22:39:00 +09:00
Jenkins
f078cf0551 Merge "Fix "keystone user-list" using tenant-id parameter" 2014-12-24 13:31:39 +00:00
Hideaki Suzuki
146efb6712 Fix "keystone user-list" using tenant-id parameter
"keystone user-list" command has some options which names contain
alphabet chars and hyphens, but the sample on the training guide
contain underscore.
This patch fixes this typo.

Change-Id: I1666f3e0ee46ebbd2028c93f4681809178a13795
2014-12-24 15:53:57 +09:00
OpenStack Proposal Bot
5cf2cbc3ca Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I8fb3d4eb4838520a065f155f1cfed93c2df964cc
2014-12-24 06:13:25 +00:00
Jenkins
61198f3b02 Merge "Fix keystone flags usages" 2014-12-24 05:04:56 +00:00
Jenkins
b2ec24b3fc Merge "added info to section_intro-namespaces" 2014-12-24 03:46:41 +00:00
stack
07d938a102 Fix keystone flags usages
Keystone command don't have "--username" or "--password",
" --tenant_name" flags, but the samples on the admin guide
contain these flags.
This patch fixes these typos.

Change-Id: Iff554f0b8406a26254c09d6d87b73c262f4d0693
2014-12-24 10:38:21 +09:00
Jenkins
d1bed6d5cd Merge "Clarify heat roles" 2014-12-23 18:31:16 +00:00
Shilla Saebi
c9cebf9d31 added info to section_intro-namespaces
documentation for namespaces

Change-Id: I93bd9d21e8a77f6fbef3b5937f7fec1320a884b8
2014-12-23 13:03:46 -05:00
Matthew Kassawara
01a4e4060b Clarify heat roles
Building on an earlier patch, I further clarified the purpose
of the heat_stack_owner and heat_stack_user roles.

Change-Id: I67804d2e7bfbd53e8f453adc251a102c6f0e39ff
Closes-Bug: #1401668
backport: juno
2014-12-23 09:22:18 -06:00
Jenkins
ad9424352c Merge "Allow guest remote access to rabbitmq" 2014-12-23 13:03:52 +00:00
Andreas Jaeger
69c9c65dae Allow guest remote access to rabbitmq
Since RabbitMQ version 3.3.0, the guest user has no remote access,
document how to enable it for SUSE distros.

Backport: juno
Change-Id: I3032c8e867d3e367004907da8d8479dc61beca66
Closes-Bug: #1390419
2014-12-23 08:28:07 +01:00
OpenStack Proposal Bot
1d9bb9155a Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Icd548b17eb43536d8b1eddf55ca10921725d6cd6
2014-12-23 06:14:32 +00:00
Jenkins
dfd9f7e62f Merge "change to section_architecture_network_focus" 2014-12-23 02:38:10 +00:00
Jenkins
6f3b65f959 Merge "change to section_architecture_general_purpose" 2014-12-23 02:38:03 +00:00
Jenkins
9a5cad25f7 Merge "change to hds-hns doc" 2014-12-23 02:37:56 +00:00
Jenkins
618ca4164e Merge "changes to section_operational_considerations_general_purpose" 2014-12-23 02:08:27 +00:00
Jenkins
7a40b45395 Merge "Edited configuring cells content in the Configuration Reference Guide" 2014-12-23 02:08:19 +00:00
Shilla Saebi
9031b44100 change to hds-hns doc
before OpenStack - added “an” instead of “a”

Change-Id: If2c13574cf5cc0f6dc1ce4ce2795e525fa3c7b1e
2014-12-22 20:19:40 -05:00
darrenchan
02a0bbc699 Edited configuring cells content in the Configuration Reference Guide
Updated content with settings to enable cells.

backport: juno
Closes-Bug: #1401772

Change-Id: Id5f6d6d204d72aeb2ebd326aedcbd974d073ca94
2014-12-23 10:56:12 +11:00
Jenkins
6623005a1e Merge "changes to section_prescriptive_examples_network_focus" 2014-12-22 22:34:07 +00:00
Jenkins
122d95225c Merge "made change to section_tech_considerations_hybrid" 2014-12-22 22:32:34 +00:00
Shilla Saebi
1073499632 changes to section_operational_considerations_general_purpose
platorms should be platforms
added re-spawning hyphen

Change-Id: I40c74918b2b70f3ce018c5eeb617146ac8b1b5af
2014-12-22 22:25:42 +00:00
Shilla Saebi
06ee449093 change to section_architecture_general_purpose
changed sevices to services (typo)
technicalrequirements - added space
loggin changed to logging
Logstach should be Logstash

Change-Id: I9f2d9c352d92e46c58125ad384222eb2fbfd2dd2
2014-12-22 15:54:26 -05:00
Shilla Saebi
352f3df8be made change to section_tech_considerations_hybrid
changed telemetery to telemetry

Change-Id: I040455a21d189994e253752333c718617b936955
2014-12-22 15:42:31 -05:00