- Aug 24, 2017
-
-
octopusZhang authored
The docker-py python module is now called docker and has an incompatible api. Running latest kolla-ansible with docker-py will throw an error like this: AttributeError: 'module' object has no attribute 'APIClient' Change-Id: Idd10735c764717cf711f62b3243d39d8c8ed263f
-
- Jul 25, 2017
-
-
Eduardo Gonzalez authored
Quickstart guide can be confusing when pulling images if not using all-in-one deployment. Ansible will try to pull images in localhost rather than target nodes. Issue: https://ask.openstack.org/en/question/109026/kolla-ansible-pull-error/ Change-Id: Ib7e767ee814041d1939c49731092695485dd2870
-
- Jul 21, 2017
-
-
chenxing authored
Change-Id: I8c340cfe33789badb4f8df93f0c13f56fdea5dbf
-
- Jul 10, 2017
-
-
Hongbin Lu authored
The pypi package 'docker-py' [1] has been renamed to 'docker' [2]. It is better to move to the new 'docker' package because the old package will be deprecated and all the new features will go into the new package only. Package 'docker' has been added to requirements [3]. The old package 'docker-py' is still allowed to be in the global requirements during the transition period but it should be removed after all or most of the projects finsih the migration. [1] https://pypi.python.org/pypi/docker-py [2] https://pypi.python.org/pypi/docker [3] https://review.openstack.org/#/c/423715/ Change-Id: Ibcd5a57a1fbf55dcc5a690e41f20917f95b63da0
-
- Jul 04, 2017
-
-
David Rabel authored
kolla-ansible needs SELinux python bindings, if SELinux is activated. CentOS has this as a standard and it is generally a good idea. So SELinux python bindings should be installed together with other dependencies in quickstart guide. Change-Id: I6eea626aa281db695d181f96b107b51732bbc647
-
- Jun 13, 2017
-
-
Jeffrey Zhang authored
Different Y stream version in Ansible is not compatible. Since ansible 2.2.0 is released for a while. It is time for kolla-ansible to bump the min Ansible version. Then we can remove the annoying WARNING message in deploying logs and use the new features. Change-Id: I99f3c5678f6d2d1f93d61c660fbd166184ff6422
-
- May 18, 2017
-
-
Eduardo Gonzalez authored
A missing empty line is causing the warning to no be rst formated. Change-Id: Ib1de45b514834bd863c1adf38b5412cb065dddaa
-
- May 17, 2017
-
-
Surya Prakash Singh authored
Existing statement was little vague, so improved it. Change-Id: I57371a7b63650d41160370c7c5a59e19d03f9e71
-
- May 04, 2017
-
-
shaofeng_cheng authored
Update docker_py_version_min version to 1.8.1. see: https://github.com/openstack/kolla-ansible/blob/master/requirements.txt Change-Id: I0780de04826d50e1bfe749f66ab8fb6dae2a359f
-
- May 02, 2017
-
-
Chen authored
Change-Id: I466f27c3e789f526c229955a81fc4a25f66c5358
-
- Apr 25, 2017
-
-
Eduardo Gonzalez authored
mkdir to create /etc/kolla/config/nova fails if config folder is not created. This change adds `-p` to create both config and nova folders Change-Id: Ibceaa437834cbba681b30c418da3c15d75d49945
-
- Apr 24, 2017
-
-
Surya Prakash Singh authored
In quick start added the correct link which can be used to setup the development environment with vagrant Change-Id: Id3eabe3da05264058fed3136acc4cd270b5134ae Closes-Bug: #1681978
-
- Apr 14, 2017
-
-
Chen authored
Add info about hostname resolution requirement for RabbitMQ on quickstart page, corresponding to the docimpact resulted from a previous merged commit https://review.openstack.org/#/c/294713/. Closes-Bug: #1559809 Change-Id: I671e7d897412859f606ea88e78ac63605bd8824b
-
- Apr 10, 2017
-
-
Bertrand Lallau authored
Last Openstack version supported on Ubuntu 14.04 is Mitaka. Hence Ubuntu 14.04 related documentation can be remove since Kolla Newton release. Change-Id: Ibedd9dea659fc787660e44909573a59339b870c3
-
- Mar 28, 2017
-
-
Alexandra Settle authored
Currently the project-deploy-guide links to the entire dev doc repo for Kolla-Ansible. This is incorrect. It should link only to installation information that can be found in the quick start guide. This patch remedies that change, and ensures that there is a link to the kolla deploy guide published at docs.o.o. Change-Id: I43738e341e996cb5a589a09c4c59c0dc8b058458
-
gaozx authored
Change-Id: Id4fb97107c8a01f1b5e95a6fcdee3bed1f385b76
-
- Mar 13, 2017
-
-
Eduardo Gonzalez authored
With libvirt 2.0, when using qemu cpu mode is not properly evaluated and need to be set to cpu_mode = none. Add this option when kvm is not supported, otherwise user will still facing errors when launching instances over qemu. Change-Id: Ic970e3de74817ce4e17bb4e15d130e1e82d595cc
-
- Mar 02, 2017
-
-
David Rabel authored
Two lines that where too long and on trailing whitespace. Closes-Bug: #1669305 Change-Id: I4dda1a27feab4d66af6d35690ede025e8d7607c8
-
- Feb 22, 2017
- Feb 15, 2017
-
-
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 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
-
- 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 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
-
- 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 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 18, 2016
-
-
prameswar authored
As discussed in https://review.openstack.org/#/c/384073/ Change-Id: Ic1d59ce477798a92d21c384a0306fa46d82bc2d7
-
- Oct 17, 2016
-
-
Duong Ha-Quang authored
Fix tox -e docs error when compiling docs. Change-Id: I68857ff4a81c7814d4b14e1d2b8ee5c7310bce1e
-
- Oct 11, 2016
-
-
prameswar authored
Change-Id: I94d07e99d64eb16c49cfa34735354f88b45b62d4
-
- Sep 21, 2016
-
-
Michal (inc0) Jastrzebski authored
Since initial setup is arguably the hardest part of kolla deployment, let's show people our new plabybook to lower the barrier of entry. TrivialFix Change-Id: I6edf355772b5705207cdecfbe8c45672a63badf0
-
caoyuan authored
TrivialFix Change-Id: I2d068b22c34caa81a7a6b72e066435632dc14f41
-
- Sep 16, 2016
-
-
prameswar authored
Closes-Bug: #1623967 Change-Id: I214d9ab42b57e94bd13448773432580861aee32f
-
- Sep 05, 2016
-
-
Mauricio Lima authored
Change-Id: Id155d0877ca0b7fd4873fbef3fb71d3faf51ee53
-
- Aug 23, 2016
-
-
caowei authored
1.remove the # - it makes copy and paste very difficult 2.change "ubuntu" to "Ubuntu" 3.add "Restart docker by executing the following commands: " TrivialFix Change-Id: I0192d9fd7f597b0e2dc8d26d4fe5ba8b32483ce0
-
- Aug 20, 2016
-
-
Steven Dake authored
There were some problems in the documentaiton that prevented tox -e docs from working. Also changed attention to WARNING since attention was not as eye-grabbing as I'd hoped during a previous review. Change-Id: I2b661afa2cd4a4331bbcc99240d3e127a5d94a11
-
- Aug 19, 2016
-
-
Abishek Subramanian authored
The location for the Kolla configurations in the workflow for evaluation needs to be fixed correctly to /usr/share/kolla/etc_examples This was brought up on IRC - http://eavesdrop.openstack.org/irclogs/%23openstack-kolla/%23openstack-kolla.2016-08-18.log.html#t2016-08-18T21:02:18 Change-Id: Ie9f651308a7b51cfd3ad1c617637bab1b5cc568e
-
- Aug 18, 2016
-
-
lzachery authored
Updated quickstart.rst file to support both evaluation/deployment and development. Updated both dependency and install sections. Change-Id: Icd2a699e26553e3c41ee58ff6081716efe77dc25
-