Merge "Rename python-openstacksdk to openstacksdk"

This commit is contained in:
Monty Taylor 2018-03-23 16:06:27 +00:00 committed by Gerrit Code Review
commit 255fe686f1
2 changed files with 7 additions and 7 deletions

View File

@ -8,10 +8,10 @@
required-projects:
- openstack/cliff
- openstack/keystoneauth
- openstack/openstacksdk
- openstack/os-client-config
- openstack/osc-lib
- openstack/python-openstackclient
- openstack/python-openstacksdk
vars:
tox_envlist: py27
# Set work dir to openstackclient so that if it's triggered by one of the
@ -30,10 +30,10 @@
required-projects:
- openstack/cliff
- openstack/keystoneauth
- openstack/openstacksdk
- openstack/os-client-config
- openstack/osc-lib
- openstack/python-openstackclient
- openstack/python-openstacksdk
vars:
# Set work dir to openstackclient so that if it's triggered by one of the
# other repos the tests will run in the same place
@ -51,10 +51,10 @@
required-projects:
- openstack/cliff
- openstack/keystoneauth
- openstack/openstacksdk
- openstack/os-client-config
- openstack/osc-lib
- openstack/python-openstackclient
- openstack/python-openstacksdk
vars:
# Set work dir to openstackclient so that if it's triggered by one of the
# other repos the tests will run in the same place
@ -155,14 +155,14 @@
required-projects:
- openstack/cliff
- openstack/keystoneauth
- openstack/openstacksdk
- openstack/os-client-config
- openstack/osc-lib
- openstack/python-openstackclient
- openstack/python-openstacksdk
vars:
devstack_localrc:
USE_PYTHON3: true
LIBS_FROM_GIT: python-openstackclient,python-openstacksdk,osc-lib,os-client-config
LIBS_FROM_GIT: python-openstackclient,openstacksdk,osc-lib,os-client-config
# This is insufficient, but leaving it here as a reminder of what may
# someday be all we need to make this work
# disable_python3_package swift

View File

@ -61,7 +61,7 @@ commands =
pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth"
pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
pip install -q -U -e "git+file://{toxinidir}/../os-client-config#egg=os_client_config"
pip install -q -e "git+file://{toxinidir}/../python-openstacksdk#egg=openstacksdk"
pip install -q -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
pip freeze
stestr run {posargs}
whitelist_externals = stestr
@ -82,7 +82,7 @@ commands =
pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth"
pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
pip install -q -U -e "git+file://{toxinidir}/../os-client-config#egg=os_client_config"
pip install -q -U -e "git+file://{toxinidir}/../python-openstacksdk#egg=openstacksdk"
pip install -q -U -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
pip freeze
{toxinidir}/openstackclient/tests/functional/run_stestr.sh {posargs}