Raise YAML compliance to 1.2

The YAML 1.2 spec was released in 2009. It's probably been enough time
that it's safe to move to it.

The only issue for out YAML usage was 1.2 dropped the use of Yes, No, On,
and Off as valid boolean values.

Change-Id: I608e09d219379e00cca15c5ff165bb63aecfe9f2
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-07-08 14:31:58 -05:00
parent 769f30b2ff
commit 1704aa624a
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
919 changed files with 928 additions and 929 deletions

View File

@ -2,7 +2,7 @@
launchpad: bandit launchpad: bandit
team: Security team: Security
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.9.0 - version: 0.9.0
projects: projects:

View File

@ -2,7 +2,7 @@
launchpad: bash8 launchpad: bash8
team: 'Quality Assurance' team: 'Quality Assurance'
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.6.0 - version: 0.6.0
projects: projects:

View File

@ -1,7 +1,7 @@
--- ---
team: cinder team: cinder
launchpad: cinderlib launchpad: cinderlib
include-pypi-link: yes include-pypi-link: true
type: library type: library
release-type: python-pypi release-type: python-pypi
repository-settings: repository-settings:

View File

@ -2,7 +2,7 @@
launchpad: designate launchpad: designate
team: designate team: designate
type: other type: other
include-pypi-link: yes include-pypi-link: true
release-type: python-pypi release-type: python-pypi
releases: releases:
- version: 0.1.0 - version: 0.1.0

View File

@ -2,7 +2,7 @@
launchpad: devstack launchpad: devstack
team: 'Quality Assurance' team: 'Quality Assurance'
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -1,12 +1,12 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: doc8 launchpad: doc8
team: Documentation team: Documentation
type: other type: other
releases: releases:
- version: 0.8.0 - version: 0.8.0
projects: projects:
- repo: openstack/doc8 - repo: x/doc8
hash: 88d50ec1081468cdddf7e266321063655c638b5f hash: 88d50ec1081468cdddf7e266321063655c638b5f
repository-settings: repository-settings:
openstack/doc8: {} x/doc8: {}

View File

@ -2,7 +2,7 @@
launchpad: eslint-config-openstack launchpad: eslint-config-openstack
team: 'Quality Assurance' team: 'Quality Assurance'
type: other type: other
include-pypi-link: no include-pypi-link: false
releases: releases:
- version: 1.2.0 - version: 1.2.0
projects: projects:

View File

@ -2,7 +2,7 @@
launchpad: hacking launchpad: hacking
team: 'Quality Assurance' team: 'Quality Assurance'
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.5.0 - version: 0.5.0
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: heat-translator launchpad: heat-translator
team: heat team: heat
type: library type: library

View File

@ -2,7 +2,7 @@
launchpad: ironic launchpad: ironic
team: ironic team: ironic
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.0.0 - version: 1.0.0
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: karbor-dashboard launchpad: karbor-dashboard
team: karbor team: karbor
type: horizon-plugin type: horizon-plugin

View File

@ -2,7 +2,7 @@
launchpad: devstack launchpad: devstack
team: 'Quality Assurance' team: 'Quality Assurance'
type: other type: other
include-pypi-link: no include-pypi-link: false
releases: releases:
- version: 0.0.3 - version: 0.0.3
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
storyboard: 919 storyboard: 919
team: monasca team: monasca
type: other type: other

View File

@ -2,7 +2,7 @@
launchpad: murano launchpad: murano
team: murano team: murano
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -2,7 +2,7 @@
launchpad: networking-generic-switch launchpad: networking-generic-switch
team: ironic team: ironic
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.4.1 - version: 0.4.1
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: networking-odl
team: neutron team: neutron
type: other type: other
release-notes: https://docs.openstack.org/releasenotes/networking-odl/ release-notes: https://docs.openstack.org/releasenotes/networking-odl/
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.0.0 - version: 1.0.0
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: neutron-lbaas-dashboard launchpad: neutron-lbaas-dashboard
team: octavia team: octavia
type: horizon-plugin type: horizon-plugin

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: python-openstackclient launchpad: python-openstackclient
team: OpenStackClient team: OpenStackClient
type: other type: other

View File

@ -2,7 +2,7 @@
launchpad: os-net-config launchpad: os-net-config
team: tripleo team: tripleo
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.4 - version: 0.1.4
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/os-service-types/master.html release-notes: https://docs.openstack.org/releasenotes/os-service-types/master.html
release-type: python-pypi release-type: python-pypi
storyboard: 904 storyboard: 904

View File

@ -2,7 +2,7 @@
launchpad: os-testr launchpad: os-testr
team: 'Quality Assurance' team: 'Quality Assurance'
type: library type: library
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -2,7 +2,7 @@
storyboard: openstack/os-traits storyboard: openstack/os-traits
team: placement team: placement
type: library type: library
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: oswin-tempest-plugin launchpad: oswin-tempest-plugin
team: winstackers team: winstackers
type: other type: other

View File

@ -2,7 +2,7 @@
launchpad: pbr launchpad: pbr
team: oslo team: oslo
type: library type: library
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.11.1 - version: 0.11.1
projects: projects:

View File

@ -2,7 +2,7 @@
launchpad: pylockfile launchpad: pylockfile
team: oslo team: oslo
type: library type: library
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.11.0 - version: 0.11.0
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: python-karborclient launchpad: python-karborclient
team: karbor team: karbor
type: library type: library

View File

@ -2,15 +2,15 @@
team: Infrastructure team: Infrastructure
type: library type: library
storyboard: 456 storyboard: 456
include-pypi-link: yes include-pypi-link: true
repository-settings: repository-settings:
openstack-infra/python-storyboardclient: {} opendev/python-storyboardclient: {}
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:
- hash: 911834599aadf28fb21bf2bb7bc1d190d8ec3e18 - hash: 911834599aadf28fb21bf2bb7bc1d190d8ec3e18
repo: openstack-infra/python-storyboardclient repo: opendev/python-storyboardclient
- projects: - projects:
- hash: f68b16ab5cf1e463b1f0c5f873147b2504bb862d - hash: f68b16ab5cf1e463b1f0c5f873147b2504bb862d
repo: openstack-infra/python-storyboardclient repo: opendev/python-storyboardclient
version: 0.2.0 version: 0.2.0

View File

@ -2,7 +2,7 @@
storyboard: 912 storyboard: 912
team: Interop Working Group team: Interop Working Group
type: library type: library
include-pypi-link: yes include-pypi-link: true
release-type: python-pypi release-type: python-pypi
releases: releases:
- version: 1.1.4 - version: 1.1.4

View File

@ -2,7 +2,7 @@
launchpad: python-wsmanclient launchpad: python-wsmanclient
team: ironic team: ironic
type: library type: library
include-pypi-link: yes include-pypi-link: true
repository-settings: repository-settings:
openstack/python-wsmanclient: openstack/python-wsmanclient:
flags: flags:

View File

@ -3,7 +3,7 @@ launchpad: rally
team: rally team: rally
type: other type: other
release-notes: https://git.openstack.org/cgit/openstack/rally-openstack/tree/CHANGELOG.rst release-notes: https://git.openstack.org/cgit/openstack/rally-openstack/tree/CHANGELOG.rst
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.0.0 - version: 1.0.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: rally
team: rally team: rally
type: other type: other
release-notes: https://git.openstack.org/cgit/openstack/rally/tree/CHANGELOG.rst release-notes: https://git.openstack.org/cgit/openstack/rally/tree/CHANGELOG.rst
include-pypi-link: yes include-pypi-link: true
branches: branches:
- name: stable/0.9 - name: stable/0.9
location: 0.9.0 location: 0.9.0

View File

@ -2,7 +2,7 @@
storyboard: 933 storyboard: 933
team: 'Release Management' team: 'Release Management'
type: other type: other
include-pypi-link: yes include-pypi-link: true
branches: branches:
- name: stable/newton - name: stable/newton
location: 1.8.0 location: 1.8.0

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
storyboard: 835 storyboard: 835
team: OpenStackSDK team: OpenStackSDK
type: library type: library

View File

@ -2,7 +2,7 @@
storyboard: 913 storyboard: 913
team: oslo team: oslo
type: other type: other
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -1,7 +1,7 @@
--- ---
launchpad: syntribos launchpad: syntribos
team: Security team: Security
include-pypi-link: yes include-pypi-link: true
type: other type: other
releases: releases:
- version: 0.3.0 - version: 0.3.0

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: tosca-parser launchpad: tosca-parser
team: heat team: heat
type: library type: library

View File

@ -2,7 +2,7 @@
launchpad: vitrage launchpad: vitrage
team: vitrage team: vitrage
type: other type: other
include-pypi-link: yes include-pypi-link: true
release-type: python-pypi release-type: python-pypi
releases: releases:
- version: 1.0.0 - version: 1.0.0

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.11.0.3 - version: 0.11.0.3
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.3.8.0 - version: 2.3.8.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.0.2.3 - version: 1.0.2.3
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.1.5.0 - version: 1.1.5.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.5.1.0 - version: 2.5.1.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.4.13.0 - version: 1.4.13.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.0.4.0 - version: 0.0.4.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 4.16.0.0 - version: 4.16.0.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.4.10.1 - version: 1.4.10.1
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 3.3.7.0 - version: 3.3.7.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 3.3.7.0 - version: 3.3.7.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 3.5.17.0 - version: 3.5.17.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.3.2.0 - version: 1.3.2.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 4.7.0.0 - version: 4.7.0.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.1.2.0 - version: 2.1.2.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 3.8.1.0 - version: 3.8.1.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.3.1.0 - version: 2.3.1.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.1.0 - version: 0.1.1.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.2.0.1 - version: 0.2.0.1
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.6.50.1 - version: 1.6.50.1
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: horizon
team: horizon team: horizon
type: other type: other
release-type: xstatic release-type: xstatic
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.5.0.0 - version: 0.5.0.0
projects: projects:

View File

@ -1,5 +1,5 @@
--- ---
include-pypi-link: yes include-pypi-link: true
launchpad: yaql launchpad: yaql
team: murano team: murano
type: library type: library

View File

@ -2,7 +2,7 @@
launchpad: openstack-requirements launchpad: openstack-requirements
team: requirements team: requirements
type: other type: other
include-pypi-link: yes include-pypi-link: true
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
stable-branch-type: tagless stable-branch-type: tagless
repository-settings: repository-settings:

View File

@ -3,7 +3,7 @@ launchpad: python-muranoclient
team: murano team: murano
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.5.10 - version: 0.5.10
projects: projects:

View File

@ -2,7 +2,7 @@
launchpad: openstack-requirements launchpad: openstack-requirements
team: requirements team: requirements
type: other type: other
include-pypi-link: yes include-pypi-link: true
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
stable-branch-type: tagless stable-branch-type: tagless
repository-settings: repository-settings:

View File

@ -3,7 +3,7 @@ launchpad: glance-store
team: glance team: glance
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.5.0 - version: 0.5.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.service
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: python-glanceclient
team: glance team: glance
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.18.0 - version: 0.18.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: python-ironicclient
team: ironic team: ironic
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.6.0 - version: 0.6.0
projects: projects:

View File

@ -2,7 +2,7 @@
launchpad: openstack-requirements launchpad: openstack-requirements
team: requirements team: requirements
type: other type: other
include-pypi-link: yes include-pypi-link: true
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
stable-branch-type: tagless stable-branch-type: tagless
repository-settings: repository-settings:

View File

@ -5,11 +5,11 @@ type: library
releases: releases:
- version: 1.0.0 - version: 1.0.0
projects: projects:
- repo: openstack/vmware-nsx - repo: x/vmware-nsx
hash: 452b7aac7fd0c89a98281596a56d87467d636dc5 hash: 452b7aac7fd0c89a98281596a56d87467d636dc5
- version: 1.0.1 - version: 1.0.1
projects: projects:
- repo: openstack/vmware-nsx - repo: x/vmware-nsx
hash: 94117909b9558131aafd12d00d3e720e829d7998 hash: 94117909b9558131aafd12d00d3e720e829d7998
repository-settings: repository-settings:
openstack/vmware-nsx: {} x/vmware-nsx: {}

View File

@ -3,7 +3,7 @@ launchpad: automaton
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.8.0 - version: 0.8.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: ceilometermiddleware
team: Telemetry team: Telemetry
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.4.0 - version: 0.4.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: cloudkitty
team: cloudkitty team: cloudkitty
type: horizon-plugin type: horizon-plugin
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.5.0 - version: 0.5.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: debtcollector
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.9.0 - version: 0.9.0
projects: projects:

View File

@ -1,7 +1,7 @@
--- ---
launchpad: django-openstack-auth launchpad: django-openstack-auth
team: horizon team: horizon
include-pypi-link: yes include-pypi-link: true
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
releases: releases:

View File

@ -3,7 +3,7 @@ launchpad: futurist
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.6.0 - version: 0.6.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: glance-store
team: glance team: glance
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.10.0 - version: 0.10.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: ironic-lib
team: ironic team: ironic
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.2.0 - version: 0.2.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: ironic-ui
team: ironic team: ironic
type: horizon-plugin type: horizon-plugin
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.0.1 - version: 0.0.1
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: keystoneauth
team: keystone team: keystone
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/keystoneauth/mitaka.html release-notes: https://docs.openstack.org/releasenotes/keystoneauth/mitaka.html
releases: releases:
- version: 1.2.0 - version: 1.2.0

View File

@ -3,7 +3,7 @@ launchpad: keystonemiddleware
team: keystone team: keystone
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/keystonemiddleware/mitaka.html release-notes: https://docs.openstack.org/releasenotes/keystonemiddleware/mitaka.html
releases: releases:
- version: 2.4.0 - version: 2.4.0

View File

@ -3,7 +3,7 @@ launchpad: python-mox3
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.11.0 - version: 0.11.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: octavia
team: octavia team: octavia
type: other type: other
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/octavia/mitaka.html release-notes: https://docs.openstack.org/releasenotes/octavia/mitaka.html
branches: branches:
- name: stable/mitaka - name: stable/mitaka

View File

@ -3,7 +3,7 @@ launchpad: os-brick
team: cinder team: cinder
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/os-brick/mitaka.html release-notes: https://docs.openstack.org/releasenotes/os-brick/mitaka.html
releases: releases:
- version: 0.6.0 - version: 0.6.0

View File

@ -3,7 +3,7 @@ launchpad: os-client-config
team: OpenStackClient team: OpenStackClient
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/os-client-config/mitaka.html release-notes: https://docs.openstack.org/releasenotes/os-client-config/mitaka.html
releases: releases:
- version: 1.8.0 - version: 1.8.0

View File

@ -3,7 +3,7 @@ launchpad: os-win
team: winstackers team: winstackers
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.1 - version: 0.1.1
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.cache
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.8.0 - version: 0.8.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.concurrency
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.7.0 - version: 2.7.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.config
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/oslo.config/mitaka.html release-notes: https://docs.openstack.org/releasenotes/oslo.config/mitaka.html
releases: releases:
- version: 2.5.0 - version: 2.5.0

View File

@ -3,7 +3,7 @@ launchpad: oslo.context
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.7.0 - version: 0.7.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.db
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/oslo.db/mitaka.html release-notes: https://docs.openstack.org/releasenotes/oslo.db/mitaka.html
releases: releases:
- version: 3.0.0 - version: 3.0.0

View File

@ -3,7 +3,7 @@ launchpad: oslo.i18n
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.7.0 - version: 2.7.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.log
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
release-notes: https://docs.openstack.org/releasenotes/oslo.log/mitaka.html release-notes: https://docs.openstack.org/releasenotes/oslo.log/mitaka.html
releases: releases:
- version: 1.12.0 - version: 1.12.0

View File

@ -3,7 +3,7 @@ launchpad: oslo.messaging
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.6.0 - version: 2.6.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.middleware
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.9.0 - version: 2.9.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.policy
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.12.0 - version: 0.12.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.privsep
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.1.0 - version: 0.1.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.reports
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.6.0 - version: 0.6.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.rootwrap
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.4.0 - version: 2.4.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.serialization
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 1.10.0 - version: 1.10.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.service
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 0.10.0 - version: 0.10.0
projects: projects:

View File

@ -3,7 +3,7 @@ launchpad: oslo.utils
team: oslo team: oslo
type: library type: library
release-model: cycle-with-intermediary release-model: cycle-with-intermediary
include-pypi-link: yes include-pypi-link: true
releases: releases:
- version: 2.6.0 - version: 2.6.0
projects: projects:

Some files were not shown because too many files have changed in this diff Show More