Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "Use Pike Keystone"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 18, 2017
2 parents 6ed760b + fc15d0a commit f0215ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
1 change: 0 additions & 1 deletion swift3/test/functional/setup_keystone
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ _setup_keystone()

keystone-manage --config-file conf/keystone.conf --debug fernet_setup
keystone-manage --config-file conf/keystone.conf --debug db_sync
keystone-manage --config-file conf/keystone.conf --debug pki_setup
keystone-manage --config-file conf/keystone.conf --debug bootstrap \
--bootstrap-password=$OS_PASSWORD \
--bootstrap-admin-url=$OS_AUTH_URL \
Expand Down
38 changes: 0 additions & 38 deletions tools/tox_install.sh

This file was deleted.

7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist = True
[testenv]
whitelist_externals =/bin/bash
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} -U {opts} {packages}
# swift stable/pike (about 2.15.1) from openstack.org
deps =
-r{toxinidir}/test-requirements.txt
Expand All @@ -21,7 +21,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_STDOUT=1
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1
CONSTRAINTS_FILE=https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton
LOG_DEST={envdir}/log

[testenv:tempauth]
Expand All @@ -33,10 +32,10 @@ setenv = {[testenv]setenv}
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
setenv = {[testenv]setenv}
AUTH=keystone
# keystone 9.0.0 from github
# keystone 12.0.0 (pike) from openstack.org
deps =
{[testenv]deps}
http://tarballs.openstack.org/keystone/keystone-9.0.0.tar.gz
http://tarballs.openstack.org/keystone/keystone-12.0.0.tar.gz

[testenv:s3acl]
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
Expand Down

0 comments on commit f0215ae

Please sign in to comment.