d755acf0a407c2c323f5092fa78dea02c6b340df
17 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Zuul
|
d755acf0a4 | Merge "Allow installing etcd3gw from source" | ||
|
Takashi Kajinami
|
a8aecbad4f |
Allow installing etcd3gw from source
... to enable forward testing in etcd3gw. Change-Id: I249243fc913a82c28d096ef48aacecd07f2c2694 |
||
|
Zuul
|
04e7596adc | Merge "Remove unused python-etcd3" | ||
|
Takashi Kajinami
|
ef63c690f1 |
Drop redundant lib/oslo
It was kept for compatibility in renaming which was merged long ago[1],
and is no longer necessary.
[1]
|
||
|
Takashi Kajinami
|
6578d6ad27 |
Remove unused python-etcd3
python-etcd3 can't be used since etcd3 driver was removed from tooz in tooz 5.0.0 [1]. [1] 6bc02cda5b452bbf4821621eafc031bd676f8a2f Change-Id: I30b895b4473e2676085e27969a43b91be9b1e413 |
||
| 82c30cd82e |
Revert "Enable keystone token caching by OSC"
This reverts commit
|
|||
|
Artem Goncharov
|
67630d4c52 |
Enable keystone token caching by OSC
SDK uses python keyring library to enable token caching. Normally this is requiring a proper desktop (interactive) session, but there are some backend plugins working in non-interactive mode. Store cache in an unencrypted file on FS (this is not worse than storing passwords in plaintext). Change-Id: I42d698f15db5918443073fff8f27b926126d1d0f |
||
|
melanie witt
|
c7791301be |
Enable oslo.limit to be installed from git repo
oslo.limit isn't currently in the list of libraries that can be installed from a git repo via LIBS_FROM_GIT. This adds oslo.limit to enable integrated testing against unmerged oslo.limit changes. Change-Id: I26cc567fdf4c84014040ae586bbb029b8de7a236 |
||
|
Przemyslaw Szczerbik
|
1ab63132df |
Allow to install os-resource-classes from git repo
Example local.conf config snippet:
LIBS_FROM_GIT="os-resource-classes"
OS_RESOURCE_CLASSES_REPO="${LOCAL_GIT_BASE}/os-resource-classes"
OS_RESOURCE_CLASSES_BRANCH="dev_branch"
Closes-Bug: #1934784
Change-Id: I972a2a49aa816433152e5cfac4f672c0465d083f
|
||
|
Sean McGinnis
|
dd3731c86a |
Install bindep packages when installing lib from src
Most libs maintain their own system packages in a local bindep.txt file. We don't currently use those when installing packages from source, which can result in broken package installs. This adds a flag to always attempt to install bindep packages if the bindep.txt file exists. If a file cannot be found, it will just emit a warning and carry on. Change-Id: Ia0570f837b8af1c3fee0a314b026a4a7ed27e6a9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> |
||
|
Dean Troyer
|
aab248bc89 |
Another openstacksdk rename fix
Missed one, this is blocking OSc's functional-tips tests Change-Id: Iecf848c1791b1f204b0867e9da3e2ed994f02da3 |
||
|
Monty Taylor
|
236250f1c3 |
Rename python-openstacksdk to openstacksdk
Change-Id: Ia77163f330f674146b369dfebea56bd97820057e Depends-On: https://review.openstack.org/554662 |
||
|
Roman Podoliaka
|
a066abedac |
placement: install osc-placement
This makes sure that the openstack client placement plugin gets installed when either LIBS_FROM_GIT includes osc-placement or placement is used, which is always now if you've enabled nova, which is enabled by default. Co-Authored-By: Matt Riedemann <mriedem.os@gmail.com> Depends-On: Ica83e29780722dd1555904e46b9ff1d1fdf72516 Change-Id: I7c5a5c10288b356302bb3027837d4ed4f0fbad8c |
||
|
Kaitlin Farr
|
ed7dbe5754 |
Add python-barbicanclient to LIBS_FROM_GIT
Allow python-barbicanclient to be installed from git instead of pip. Change-Id: I99cd72724e11bab362bcaaeb773f33b2abfe815c |
||
|
Sean Dague
|
7e41c6ce66 |
cleanup comments
Change-Id: I685f726178722e58ccfd008bad16a671cc8b8e2a |
||
|
Sean Dague
|
99a6477c49 |
remove lib/os_brick
Fold this back into lib/libraries Change-Id: I2c4e3ebf1a1cc65841e4470d5cfe073f9b505d5f |
||
|
Sean Dague
|
3ed99c0b27 |
mv lib/oslo to lib/libraries
There is confusion about where installation of new libraries should end up, to prevent lots of little files being added make a lib/libraries which is the old lib/oslo. Put compat functions and includes in place to help with transition. Change-Id: Ieeab605d187ef6aec571211ab235ea67fa95a607 |