188ee76177
OpenStack is dropping the py2.7 support in Ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ie48c796b6c83b42c85555d13a09f3b3ed96428f8 Sem-Ver: api-break
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
- job:
|
|
name: oslo-limit-functional-devstack
|
|
parent: devstack
|
|
description:
|
|
This job sets up a minimal devstack deployment, configures various usage
|
|
and limit scenarios, and verifies usage enforcement based on existing
|
|
usage.
|
|
timeout: 9000
|
|
vars:
|
|
devstack_localrc:
|
|
DATABASE_PASSWORD: secretdatabase
|
|
ADMIN_PASSWORD: secretadmin
|
|
LOGFILE: /opt/stack/logs/devstacklog.txt
|
|
LOG_COLOR: false
|
|
VERBOSE: true
|
|
VERBOSE_NO_TIMESTAMP: true
|
|
devstack_services:
|
|
# Ignore all services by setting "disable_all_service". We do this
|
|
# because we only really need keystone running to store unified limits.
|
|
# These functional tests are not testing enforcement between keystone and
|
|
# other services like nova and cinder. After this, we should only enable
|
|
# exactly what we need to run keystone.
|
|
base: false
|
|
mysql: true
|
|
key: true
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- oslo-limit-functional-devstack
|
|
gate:
|
|
jobs:
|
|
- oslo-limit-functional-devstack
|