Matt Thompson 61e8553ae3 Remove tempest_git_* overrides
Presently, tempest in the integrated build is installed from PyPI, but without
constraints. This means the version installed may not be what is expected (as
we're currently seeing in the stable/pike branch).

This commit removes the tempest_git_* overrides from
playbooks/defaults/repo_packages/openstack_testing.yml, which results in
tempest getting installed from PyPI but with constraints applied.

Change-Id: I014201129b4d6b47ec45ff6239287623123a1595
2018-04-18 23:18:47 -04:00

33 lines
1.4 KiB
YAML

---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
## NOTICE on items in this file:
## * If you use anything in the *._git_install_branch field that is not a TAG
## make sure to leave an in-line comment as to "why".
## For the sake of anyone else editing this file:
## * If you add clients to this file please do so in alphabetical order.
## * Every entry should be name spaced with the name of the client followed by an "_"
## * All items with this file should be separated by `name_` note that the name of the
## package should be one long name with no additional `_` separating it.
## Rally service
rally_git_repo: https://git.openstack.org/openstack/rally
rally_git_install_branch: 4c687b50d97841f131c9f375d708e3fb59e6915e # HEAD of "master" as of 31.03.2018
rally_git_project_group: utility_all
rally_git_install_fragments: "venvwithindex=True&ignorerequirements=True"