| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I3ca451288bfeb76a8c605ab76deb8531a7c81a12
|
| |
|
|
|
|
|
|
|
|
|
| |
- sync code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75
- includes fix to resolve alarm-evaluator failure
- does not include openstack/common/strutils sync as it requires
test update
Co-Authored-By: Vaibhav Kale <vaibhav_kale@persistent.co.in>
Closes-Bug: #1357343
Change-Id: Ieec08520cb39c5bf2e795dfeb3e36e52c6fd2a82
|
| |
|
|
|
|
|
|
|
|
|
| |
There was a call from install_venv.py file to post_process method
of InstallVenv class, but this method is not defined in this class
as result it was raising an error. Even when this error doesn't
affect dependencies installation, it is not allowing to display user
information.
Change-Id: I39c995adfbb411f21ad7ea222b2392da6946e25b
Closes-Bug: #1275025
|
| |
|
|
|
|
|
|
|
|
| |
Many of the source code files have a beginning line:
vim: tabstop=4 shiftwidth=4 softtabstop=4
This should be deleted.
Change-Id: I0b7bd4e727c0597e7c7fb61d42684e908e001134
Closes-Bug: #1229324
|
| |
|
|
|
|
|
|
|
|
|
| |
bash_completion feature can improve CLI user experience, projects like
nova, keystone, and cinder already support it.
NOTE: this patch just provides simple functionality, which means cache
for IDs and names is not used (like nova).
Change-Id: I1b04998a5e7c8818aed4b51f5fe5bf01efd0e14a
Closes-Bug: #1260939
|
| |
|
|
|
|
|
|
|
| |
- py3 compatibility fixes
- Only pass non-None sortby to PrettyTable.get_string fix
synced with commit-id: 0d2546b228f13a42355bc54e82256bf17a2eb478
Change-Id: Ic70eba1a10339ad5407541446cd37c9229836965
|
| |
|
|
|
| |
Change-Id: I7eb0adfbb6bc86157c3e3b969c00099dd8cfe315
Related-Bug: #1227495
|
| |
|
|
| |
Change-Id: I74ab14534d80b33f5b9eb1b2200facf82b6d9504
|
| |
|
|
|
|
|
| |
I missed this in https://review.openstack.org/#/c/29876/
(but Gordon noticed)
Change-Id: Ie00cae414ae44bbd258910a2628174487c9756e3
|
| |
|
|
|
|
|
|
| |
(and tools/test-requires to test-requirements.txt).
Requested by infra: bug 1179008
Change-Id: I7a6375622d095a9eda232ed82d167fc3a198ed06
|
| |
|
|
|
|
| |
Fixes bug 1172444.
Change-Id: Iba46d40a0e3ae0385ce51181f47295a2b520110d
|
| |
|
|
|
|
| |
This is taken largely from python-novaclient and Heat
Change-Id: I8f2eb9185ac073e9ee97bb9c757a4c3c2f8d6d6b
|
| |
|
|
| |
Change-Id: I8f6e07abd733b1eea6c2d3e397e8e34aef531e4f
|
| |
|
|
|
|
|
|
| |
Allow prettytable 0.7.x specifically. Add testcase.
Remove setuptools_git from test-requires, already part
of setup_require
Change-Id: If0d114cc6ec0f84ea75d798adb5ebc424605b22e
|
| |
|
|
|
|
|
| |
Fixes: bug #1146690
Change-Id: I4258948f749128edeafb6ef3e64bda4ff35dbb58
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
|
| |
|
|
|
| |
Change-Id: I1f64a774d3888b6c4fc96b62ff282b8c2d636b74
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
pep8 1.3.3 is pretty much standard across the openstack
projects. Pin pep8 1.3.3 and fix associated warnings/errors.
Change-Id: I7230857889d261320a0dab2c261c9f85dc0ee602
Signed-off-by: Chuck Short <chuck.short@canonical.com>
|
| |/
|
|
|
|
|
| |
Add httplib2 to make tests build again.
Change-Id: If581019cc7ecbe4fd7c97570c2984e215cedd43d
Signed-off-by: Chuck Short <chuck.short@canonical.com>
|
| |
|
|
|
| |
Change-Id: I8c6a1c4bc4dec052fbb5f2544f519253bc8be143
Signed-off-by: Julien Danjou <julien@danjou.info>
|
|
|
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
|