- Mar 02, 2017
-
-
Sayantani Goswami authored
This builds the deployment guide that will be published to https://docs.openstack.org/project-deploy-guide/newton/. In this approach, all existing documents in kolla-ansible/doc directory will remain. The kolla-ansible/deploy-guide directory will simply include all documents that exist in the kolla-ansible/doc directory. All new changes will be made to the documents in the docs directory which will be imported to the deployment-guide. However, I believe we will also have to build the deployment-guide every time a change is merged to the docs in the doc directory. Change-Id: I98db4ec45403cf48086381b45bf5a12bbf998911
-
David Rabel authored
Two lines that where too long and on trailing whitespace. Closes-Bug: #1669305 Change-Id: I4dda1a27feab4d66af6d35690ede025e8d7607c8
-
Steven Dake authored
Fix the example by suggesting the creation of the directory and customizing nova properly. Change-Id: Ie5cd9b7f309416745dce60211b5a800e8c5273f7 Co-Authored-By:
<ampopp04@gmail.com>
-
- Mar 01, 2017
-
-
caowei authored
Change-Id: I7b3705e8bba67649bfbf0950d1724d711c57e042
-
- Feb 28, 2017
-
-
Paul Bourke authored
* Remove references to all-in-one, kolla Swift now works correctly in both all-in-one and multinode contexts * Fixup commands used for generating rings * General readability improvements Change-Id: I3ec87068a98ba5397bb6f2feb707bc685181e747
-
- Feb 25, 2017
-
-
Paul Bourke authored
* Instruct the user that the VG needs to be on the storage nodes * enable_cinder_backend_lvm needs to be enabled when following this guide. Change-Id: I252ec98c98493705417aaf197f703957cce8528f
-
- Feb 22, 2017
- Feb 16, 2017
-
-
zhuzeyu authored
Change-Id: Ic5a9ec189949c0f6f986f3ff4f48266b7548d8e5 partially-implements: blueprint documentation-rework
-
- Feb 15, 2017
-
-
Jeffrey Zhang authored
* Rename kolla namespace to kolla_ansible * remove oslo.config.opts entry points which is uesless * delete useless tools/version-check.py script Change-Id: I005dd7223ff23afbb2ce8cbfd0ebec0969102798
-
Jeffrey Zhang authored
Get follwing error when running tox -edocs doc/bifrost.rst:91: D001 Line too long doc/manila-hnas-guide.rst:28: D000 Title underline too short. doc/manila-hnas-guide.rst:28: D000 Title underline too short. doc/networking-guide.rst:93: D000 Title underline too short. doc/networking-guide.rst:93: D000 Title underline too short. doc/multinode.rst:14: D001 Line too long doc/quickstart.rst:474: D001 Line too long doc/vagrant-dev-env.rst:129: D001 Line too long Change-Id: I88090487a4710547224361d29aaf8371f8340c28
-
- Feb 13, 2017
-
-
Mauricio Lima authored
Change-Id: Ic616cf20a4e889b825224c1c32449fb52763eb6a
-
- Feb 06, 2017
-
-
Paul Bourke authored
Change-Id: I3832d41260849adc4bb24de287c1dbb624cbe7eb
-
- Feb 04, 2017
-
-
Steven Dake authored
Docker version 1.13.0 is broken with the kolla-ansible deliverlable. Mark it as such in the documentation. Change-Id: I91da906cfa2a4552739749b27b41006fbc06215d
-
zhuzeyu authored
In this file, Some links still use kolla repo, we should modify it. Change-Id: I8337bab80c5cf8014014463aac84ca9d6d5b6ba9
-
- Feb 03, 2017
-
-
Eduardo Gonzalez authored
Integrate designate service with neutron to allow instances and floatingip resolve designate dns. MDNS service need to be reachable from nova instances in order to resolve DNS queries. Added new dns_interface to make this configurable. Add designate guide. Closes-Bug: #1661330 Change-Id: I5a2ac5cf2a9aa0977ae42d53dd64699623ddf3ed
-
- Feb 02, 2017
-
-
Sayantani Goswami authored
Update documents reference image-building documents correctly after image-building.rst was deleted from kolla-ansible directory. Change-Id: Ib66475e1f0f3055f2e38fc33ae649cae300c9c36
-
- Jan 30, 2017
-
-
Francisco Edigleison Barbosa authored
Change-Id: I11f93fd1aa7926b568fba355da3cb5fec3badbd8
-
- Jan 28, 2017
-
-
Sayantani Goswami authored
Kolla-ansible related documents existed on both Kolla and Kolla-Ansible repositories. A lot of Kolla-ansible related documents were updated in the Kolla repository. Porting the changes made to these documents in Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can be removed (Refer to patch https://review.openstack.org/#/c/425749/) Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
-
- Jan 17, 2017
-
-
Paul Bourke authored
Change-Id: I2b456b1626875d863f896ad7fc6c0024f5ed110f
-
zhuzeyu authored
TrivialFix Change-Id: I47ac48bd5fc07b3bc9fd43c249de0fba8b030076
-
- Jan 12, 2017
-
-
Surya Prakash Singh authored
Update related to RabbitMQ hostname resolution was required in doc. Closes-Bug: #1559809 Change-Id: I7745d802aa0b488272ab69ada7e79d125dacd017
-
- Jan 04, 2017
-
-
Cao Xuan Hoang authored
This patch is removing a trailing backtick (`) from the doc/running-tests.rst document. Change-Id: I66d555ad73738a1a7fb674a27472143e0f0d6609
-
- Dec 08, 2016
-
-
Steve Wilkerson authored
Changed occurences of 'docker' to 'Docker' to be in accordance with Docker Inc's trademark guidelines found here: https://www.docker.com/trademark-guidelines This was done due to a pending change that will append Docker Inc's trademark notice in the kolla docs TrivialFix Change-Id: Ie3f385897bfa604986bd99329c0f4b961d3c8552
-
- Nov 28, 2016
-
-
liyingjun authored
Repo in kolla-ansible documentation needs to be updated from https://git.openstack.org/openstack/kolla to https://git.openstack.org/openstack/kolla-ansible Change-Id: Ib2400ebc2d84b805b1f262892d511feec379fff3 Closes-bug: #1643387
-
- Nov 10, 2016
-
-
zhubingbing authored
TrivialFix Change-Id: I96adbc1c09601d4ea6e7a63978441f1bb35462ad
-
wanglmopenstack authored
manila-hnas-guide.rst, kuryr-guide.rst and production-architecture-guide.rst some character error, update these error Change-Id: I1ec8594af6cd6c29e40c7f0af331c6868a03877b
-
- Nov 09, 2016
-
-
Steve Wilkerson authored
It was pointed out that the MountFlags=shared entry was missing for Ubuntu in the multinode deployment guide. The entry has been added back in. Change-Id: I164932848eeaec3963fa205d4493a3b7f2343dfd Closes-Bug: #1640618
-
wanglmopenstack authored
source doc bifrost.rst have a character error : If you encounter this issue you will have to acess the server the character acess shoud be access Change-Id: I3be61abe57cd7eda955ce63be3fd1cd7227f433b Closes-Bug: #1640476
-
- Nov 06, 2016
- Nov 03, 2016
-
-
Christian Berendt authored
Closes-bug: #1616387 Change-Id: Id97f88b9baa3d48d33ce120962450a374282d044
-
- Nov 02, 2016
-
-
Paul Bourke authored
Seen several instances of users having trouble attempting to mix and match Kolla and OpenStack releases. Add warning that this is not supported. Change-Id: Ibdb9e584646599e49a698cfcfaf5f114b5b8943a
-
- Oct 29, 2016
-
-
caoyuan authored
TrivialFix Change-Id: I3cfa94d9f6202664a06c24d691376eb8759b922a
-
- Oct 28, 2016
-
-
caowei authored
TrivialFix Change-Id: I3b6a04753ad768afe96747c0185d73fb9913e0ec
-
hwc authored
According to the word choice convention in http://docs.openstack.org/contributor-guide/writing-style/word-choice.html We should use OpenStack instead of openstack. Change-Id: I3023b606d30f112296025f67d7bbe25c49fa2f41 TrivialFix
-
- Oct 25, 2016
-
-
Hui Kang authored
Change-Id: Ifd677065b42761f44a0222abbccb93f9b706989d closes-Bug: #1636553
-
- Oct 19, 2016
-
-
Duong Ha-Quang authored
It's not uncommon case which user need defined set of images to use in their scenario. TrivialFix Change-Id: I903220def8ce263a51257380a19ae9ea67fb4cd5
-
- Oct 18, 2016
-
-
prameswar authored
As discussed in https://review.openstack.org/#/c/384073/ Change-Id: Ic1d59ce477798a92d21c384a0306fa46d82bc2d7
-
- Oct 17, 2016
-
-
Mauricio Lima authored
Co-Authored-By:
Francisco Edigleison Barbosa <barbosaedigleison@gmail.com> Change-Id: Ib4fab8a3a83ec71152a526383ad58fc3e52d326e
-