- Sep 02, 2015
-
-
Sam Yaple authored
Change-Id: I69a5ace61dd621a7fc0354d4deb5e8937505e13e Partial-Bug: #1480496
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
If a bootstrap fails at some stage and leaves a rabbitmq_data container on a host, it will not bootstrap again and rabbitmq fails to start due to root permissions on /var/lib/rabbitmq. This patch improves the check for a valid, existing rabbitmq_data Closes-Bug: #1490602 Change-Id: I6a00aaef38b4ab6a60dcfb5ed2f808513b9f8c84
-
Paul Bourke authored
Symlinking results in all sorts of changes to the repo when going to commit. Also make minor changes resulting from the fact we can now pip install kolla. Change-Id: I6b26fc4635da5293a83cba6edd748b95eea761ca Closes-Bug: #1491312
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
Change-Id: I65c8ab12761c7e36923d4c5a0c3bbfc4b9adaf73 Partially-Implements: blueprint functional-testing-gate
-
Vladislav Belogrudov authored
Source based centos, fedora and oraclelinux install novnc via rdo repository while ubuntu and debian get novnc from github. oraclelinux source build cannot use rdo, also using novnc tarballs can be expanded to all distros. Change-Id: I236dd5c36380e0592fceae4f4e1c28fe97dec1e7 Closes-Bug: #1490893
-
Jenkins authored
-
Jenkins authored
-
Kuo-tung Kao authored
update the image-building document. Change-Id: I234be0563405c44cf37215182dfabc97fe283559
-
Kuo-tung Kao authored
ignore python byte-compiled files and ignore the folder, '.testrepository', generated from tox command. Change-Id: Ic0208ea2e7e1c046a3a730cbd83f676ce44ed2ae Closes-Bug: #1491267
-
Jenkins authored
-
- Sep 01, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
The external url was being registered in the Keystone service with the internal_url contents. Fix that problem. Change-Id: Ie134be4bf9e76b8bc085de2e31561a72b647c024 Closes-Bug: #1490867
-
Hengqing Hu authored
According to Python 3 Porting guide http://docs.pythonsprints.com/python3_porting/py-porting.html Exceptions were changed in a few ways for Python 3. First, strings are no longer usable as exceptions. Additionally, the raise syntax no longer accepts comma-separated arguments, instead working with exception instances. Perhaps the largest difference in Python 3 is that exception objects are only available via the as keyword, which was introduced in 2.6. Change-Id: Ide665ecc4b7f14bd58bafab47e05a86a4cf2d141 Closes-Bug: #1490526
-
- Aug 31, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
Closes-Bug: #1489537 Change-Id: I6544398f8cebe2a0d1bec6db2a75a9f8651f5d6f
-
Jenkins authored
-
Steven Dake authored
Nova-compute is curerntly generating a backtrace when trying to nova boot a VM. The backtrace is described in the bug log. Bind-mounting /sys/fs/cgroup:/sys/fs/cgroup in the libvirt container resolves the problem. Change-Id: I5a56b61fd260728fb76e19bcbdf403b80a4ec5a6 Closes-Bug: #1490326
-
inc0 authored
First container from logging stack Change-Id: I8c8b6743e22a38969cb8a741f3176c5aed24f549 Implements: bp logging-container
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Paul Bourke authored
Not quite halloween yet... Change-Id: Ib1973eea0b2dddc0e0845731d1212c4d4447cca5 Closes-Bug: #1490502
-
Jenkins authored
-
Sam Yaple authored
Change-Id: I10677bcbb748ff99923e71ead982e778a41f2529 Closes-Bug: #1490246
-
Jenkins authored
-
Kai Qiang Wu(Kennan) authored
Closes-Bug: #1490387 Change-Id: I4a9476085b9c5b2cae3801e5b1954e85068f4e03
-
Sam Yaple authored
We can, and should, figure out the filename dynamically rather than hardcode that value in build.ini since it is not actually a configurable paramater. Change-Id: I496d6555e9fa356ab09e62063fd707f43ed08121 Closes-Bug: #1490386
-
- Aug 30, 2015
-
-
Steven Dake authored
The change from: I01220077d8d25db5f69802ad27e745d90826d69b In some way was lost by the gerrit. This patch just basically redoes that work so the neutron agents will work properly. Change-Id: I92ac1b8601d145a0722b37eda937ee2baac7a7c5 Closes-Bug: #1489664
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Sam Yaple authored
Initially it did not use this client due to the fact that the client didn't seem to want to work in the containers. Now it works fine and it should be used instead of the deprecated keystone client Change-Id: Ib0e172c677e200e5df01c478b7ea257b30c0df0b Closes-Bug: #1490126
-
rthallisey authored
Running ceph in a container requires 2 pieces: - ceph-mon - objectstorage-daemon (osd) Co-Authored-By:
Sam Yaple <sam@yaple.net> Change-Id: I33e5baf72e4bc493889da0d796041acfd1a2cad3 Partially-Implements: blueprint ceph-container
-