From e1c17f27ee55ea8e0c2b8d1a74a5907052fc89ce Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 23 Feb 2018 08:30:23 -0600 Subject: [PATCH] Add repo settings and remove highlights for Kilo We've deprecated per-release highlights and are now removing them. We also now require repository-settings for deliverables. This adds the one and removes the other. Change-Id: Ic40ddabba4637f888b1e4bd521246fcbdbf343fa --- deliverables/kilo/ceilometer.yaml | 2 ++ deliverables/kilo/ceilometermiddleware.yaml | 2 ++ deliverables/kilo/cinder.yaml | 2 ++ deliverables/kilo/debtcollector.yaml | 2 ++ deliverables/kilo/django-openstack-auth.yaml | 2 ++ deliverables/kilo/glance-store.yaml | 2 ++ deliverables/kilo/glance.yaml | 2 ++ deliverables/kilo/heat.yaml | 2 ++ deliverables/kilo/horizon.yaml | 2 ++ deliverables/kilo/ironic.yaml | 2 ++ deliverables/kilo/keystone.yaml | 2 ++ deliverables/kilo/keystonemiddleware.yaml | 4 ++-- deliverables/kilo/manila-ui.yaml | 2 ++ deliverables/kilo/murano-agent.yaml | 2 ++ deliverables/kilo/murano-dashboard.yaml | 2 ++ deliverables/kilo/murano.yaml | 2 ++ deliverables/kilo/neutron.yaml | 5 +++++ deliverables/kilo/nova.yaml | 2 ++ deliverables/kilo/openstack-doc-tools.yaml | 12 +++++++----- deliverables/kilo/openstackdocstheme.yaml | 4 +++- deliverables/kilo/os-client-config.yaml | 2 ++ deliverables/kilo/oslo.concurrency.yaml | 2 ++ deliverables/kilo/oslo.config.yaml | 2 ++ deliverables/kilo/oslo.context.yaml | 2 ++ deliverables/kilo/oslo.db.yaml | 8 ++------ deliverables/kilo/oslo.i18n.yaml | 2 ++ deliverables/kilo/oslo.log.yaml | 2 ++ deliverables/kilo/oslo.messaging.yaml | 2 ++ deliverables/kilo/oslo.middleware.yaml | 2 ++ deliverables/kilo/oslo.policy.yaml | 2 ++ deliverables/kilo/oslo.rootwrap.yaml | 2 ++ deliverables/kilo/oslo.serialization.yaml | 2 ++ deliverables/kilo/oslo.utils.yaml | 2 ++ deliverables/kilo/oslo.versionedobjects.yaml | 2 ++ deliverables/kilo/oslo.vmware.yaml | 2 ++ deliverables/kilo/oslosphinx.yaml | 2 ++ deliverables/kilo/oslotest.yaml | 2 ++ deliverables/kilo/pycadf.yaml | 2 ++ deliverables/kilo/python-barbicanclient.yaml | 2 ++ deliverables/kilo/python-ceilometerclient.yaml | 2 +- deliverables/kilo/python-cinderclient.yaml | 2 ++ deliverables/kilo/python-cliff.yaml | 2 ++ deliverables/kilo/python-designateclient.yaml | 2 ++ deliverables/kilo/python-glanceclient.yaml | 2 ++ deliverables/kilo/python-heatclient.yaml | 2 ++ deliverables/kilo/python-ironicclient.yaml | 2 ++ deliverables/kilo/python-keystoneclient.yaml | 2 ++ deliverables/kilo/python-manilaclient.yaml | 2 ++ deliverables/kilo/python-muranoclient.yaml | 2 ++ deliverables/kilo/python-neutronclient.yaml | 2 ++ deliverables/kilo/python-novaclient.yaml | 6 ++++-- deliverables/kilo/python-openstackclient.yaml | 2 ++ deliverables/kilo/python-saharaclient.yaml | 2 ++ deliverables/kilo/python-stevedore.yaml | 2 ++ deliverables/kilo/python-swiftclient.yaml | 2 ++ deliverables/kilo/python-tooz.yaml | 8 +++++--- deliverables/kilo/python-troveclient.yaml | 2 ++ deliverables/kilo/sahara.yaml | 4 ++++ deliverables/kilo/swift.yaml | 2 ++ deliverables/kilo/taskflow.yaml | 2 ++ deliverables/kilo/trove.yaml | 2 ++ 61 files changed, 137 insertions(+), 20 deletions(-) diff --git a/deliverables/kilo/ceilometer.yaml b/deliverables/kilo/ceilometer.yaml index be5587d8d0..273cb81d33 100644 --- a/deliverables/kilo/ceilometer.yaml +++ b/deliverables/kilo/ceilometer.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/ceilometer hash: b4d95afe92834ca8148210272d32a6676f97298c +repository-settings: + openstack/ceilometer: {} diff --git a/deliverables/kilo/ceilometermiddleware.yaml b/deliverables/kilo/ceilometermiddleware.yaml index 884cd8866b..4e8d4bb517 100644 --- a/deliverables/kilo/ceilometermiddleware.yaml +++ b/deliverables/kilo/ceilometermiddleware.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/ceilometermiddleware hash: 55a829c1cda58a4ea280a0d88cfaa7ff207c0eab +repository-settings: + openstack/ceilometermiddleware: {} diff --git a/deliverables/kilo/cinder.yaml b/deliverables/kilo/cinder.yaml index 4530e9a7ea..9076b9349f 100644 --- a/deliverables/kilo/cinder.yaml +++ b/deliverables/kilo/cinder.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/cinder hash: 15ecdf5814f3b5c2963e46ed9e499608b35e9166 +repository-settings: + openstack/cinder: {} diff --git a/deliverables/kilo/debtcollector.yaml b/deliverables/kilo/debtcollector.yaml index f15910ee96..fe5d852176 100644 --- a/deliverables/kilo/debtcollector.yaml +++ b/deliverables/kilo/debtcollector.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/debtcollector hash: f3ea4d40c5e4e89adcbe06aa3133f38eef262563 +repository-settings: + openstack/debtcollector: {} diff --git a/deliverables/kilo/django-openstack-auth.yaml b/deliverables/kilo/django-openstack-auth.yaml index e59672ed7a..5e0a2fe425 100644 --- a/deliverables/kilo/django-openstack-auth.yaml +++ b/deliverables/kilo/django-openstack-auth.yaml @@ -14,3 +14,5 @@ releases: projects: - repo: openstack/django_openstack_auth hash: 9bf38c85e4850e8e35d0d3eb6e2e7a2490c7c177 +repository-settings: + openstack/django_openstack_auth: {} diff --git a/deliverables/kilo/glance-store.yaml b/deliverables/kilo/glance-store.yaml index 5c7d50f7ca..70a30fee40 100644 --- a/deliverables/kilo/glance-store.yaml +++ b/deliverables/kilo/glance-store.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/glance_store hash: ea88e503b617a7ac9a0ae7e537d6517e9992a104 +repository-settings: + openstack/glance_store: {} diff --git a/deliverables/kilo/glance.yaml b/deliverables/kilo/glance.yaml index bdc3ff11cd..6d0f8ddef8 100644 --- a/deliverables/kilo/glance.yaml +++ b/deliverables/kilo/glance.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/glance hash: ca370edd28fe563b77c29123c940c7264897fc27 +repository-settings: + openstack/glance: {} diff --git a/deliverables/kilo/heat.yaml b/deliverables/kilo/heat.yaml index 209ee2379e..c4efa3d122 100644 --- a/deliverables/kilo/heat.yaml +++ b/deliverables/kilo/heat.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/heat hash: 6dde95a0b3d2468e916a834fdc2ecf332d048c2a +repository-settings: + openstack/heat: {} diff --git a/deliverables/kilo/horizon.yaml b/deliverables/kilo/horizon.yaml index 4ec5700de8..8bff974f87 100644 --- a/deliverables/kilo/horizon.yaml +++ b/deliverables/kilo/horizon.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/horizon hash: ced6c32e0a331dbd32f73642d3a7d8dea7c3256f +repository-settings: + openstack/horizon: {} diff --git a/deliverables/kilo/ironic.yaml b/deliverables/kilo/ironic.yaml index 71619740a3..3746fe3af3 100644 --- a/deliverables/kilo/ironic.yaml +++ b/deliverables/kilo/ironic.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/ironic hash: a9a8906ebd700c9d13f7e7f0045b8c74d554757e +repository-settings: + openstack/ironic: {} diff --git a/deliverables/kilo/keystone.yaml b/deliverables/kilo/keystone.yaml index 1c514b5efa..cc0b413279 100644 --- a/deliverables/kilo/keystone.yaml +++ b/deliverables/kilo/keystone.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/keystone hash: a0a57adf6f659d4dc1edd0447f35473d73b8cfcd +repository-settings: + openstack/keystone: {} diff --git a/deliverables/kilo/keystonemiddleware.yaml b/deliverables/kilo/keystonemiddleware.yaml index 04cc023bef..f7649bc5d0 100644 --- a/deliverables/kilo/keystonemiddleware.yaml +++ b/deliverables/kilo/keystonemiddleware.yaml @@ -20,5 +20,5 @@ releases: projects: - repo: openstack/keystonemiddleware hash: d56d96c8d33556e35ca2abffed689753ee0be740 - highlights: > - will now require python-requests<2.8.0 +repository-settings: + openstack/keystonemiddleware: {} diff --git a/deliverables/kilo/manila-ui.yaml b/deliverables/kilo/manila-ui.yaml index e110676eeb..d6be9d68dc 100644 --- a/deliverables/kilo/manila-ui.yaml +++ b/deliverables/kilo/manila-ui.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/manila-ui hash: 1ae0609b4cb0fdc4497175b05c1370edff05a42c +repository-settings: + openstack/manila-ui: {} diff --git a/deliverables/kilo/murano-agent.yaml b/deliverables/kilo/murano-agent.yaml index d724933220..2473a7aa56 100644 --- a/deliverables/kilo/murano-agent.yaml +++ b/deliverables/kilo/murano-agent.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/murano-agent hash: 75e7e046950464a9dfc1afafeb86fc0b1afe6ce2 +repository-settings: + openstack/murano-agent: {} diff --git a/deliverables/kilo/murano-dashboard.yaml b/deliverables/kilo/murano-dashboard.yaml index 87ba31611f..384ae906f5 100644 --- a/deliverables/kilo/murano-dashboard.yaml +++ b/deliverables/kilo/murano-dashboard.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/murano-dashboard hash: b126c5e5c1b83e21bcbb1782cf0b1c3460abac7e +repository-settings: + openstack/murano-dashboard: {} diff --git a/deliverables/kilo/murano.yaml b/deliverables/kilo/murano.yaml index 62751cc417..2e2207e451 100644 --- a/deliverables/kilo/murano.yaml +++ b/deliverables/kilo/murano.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/murano hash: cafdcb9d481c71e2d6abe512f2ff5ed19e797d50 +repository-settings: + openstack/murano: {} diff --git a/deliverables/kilo/neutron.yaml b/deliverables/kilo/neutron.yaml index 3d1325f6fc..d4a946f630 100644 --- a/deliverables/kilo/neutron.yaml +++ b/deliverables/kilo/neutron.yaml @@ -48,3 +48,8 @@ releases: hash: 363eeb06104662ee38aeed04af043899379f6ab8 - repo: openstack/neutron-lbaas hash: 52ad675d92d5cae86beb5d1bd29d9852115fa455 +repository-settings: + openstack/neutron: {} + openstack/neutron-fwaas: {} + openstack/neutron-lbaas: {} + openstack/neutron-vpnaas: {} diff --git a/deliverables/kilo/nova.yaml b/deliverables/kilo/nova.yaml index f7aafcc0a8..1f7b150334 100644 --- a/deliverables/kilo/nova.yaml +++ b/deliverables/kilo/nova.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/nova hash: cd81512f87476b0bad29db379d3b92b22723cd2e +repository-settings: + openstack/nova: {} diff --git a/deliverables/kilo/openstack-doc-tools.yaml b/deliverables/kilo/openstack-doc-tools.yaml index cf7312f7d2..9599629f0f 100644 --- a/deliverables/kilo/openstack-doc-tools.yaml +++ b/deliverables/kilo/openstack-doc-tools.yaml @@ -3,7 +3,7 @@ launchpad: openstack-doc-tools team: Documentation type: library releases: - - version: '0.21' + - version: "0.21" projects: - repo: openstack/openstack-doc-tools hash: 987748f89df9e77a837b77bd142f06e8ad395d6e @@ -11,19 +11,21 @@ releases: projects: - repo: openstack/openstack-doc-tools hash: e77e51365b563fefd7a0eb6a15b6bcf79160e755 - - version: '0.22' + - version: "0.22" projects: - repo: openstack/openstack-doc-tools hash: ec79ad567275c6ce663e45ecf5c295318b1fa4b6 - - version: '0.23' + - version: "0.23" projects: - repo: openstack/openstack-doc-tools hash: 658f29cc2e84abc7d4d6fe3e34eaed43555562ef - - version: '0.24' + - version: "0.24" projects: - repo: openstack/openstack-doc-tools hash: 66843e24409c528f09ba51fdb0d833d749c7b9ba - - version: '0.25' + - version: "0.25" projects: - repo: openstack/openstack-doc-tools hash: feba2086be3d8cd9280f5181a4bac4341413936f +repository-settings: + openstack/openstack-doc-tools: {} diff --git a/deliverables/kilo/openstackdocstheme.yaml b/deliverables/kilo/openstackdocstheme.yaml index c8c3283169..6a1372f047 100644 --- a/deliverables/kilo/openstackdocstheme.yaml +++ b/deliverables/kilo/openstackdocstheme.yaml @@ -3,7 +3,7 @@ launchpad: openstackdocstheme team: Documentation type: library releases: - - version: '1.0' + - version: "1.0" projects: - repo: openstack/openstackdocstheme hash: 63ed912e102320f23f7fddb0705814b23f8f5e9a @@ -35,3 +35,5 @@ releases: projects: - repo: openstack/openstackdocstheme hash: 626c47ba98b8db40fda76571f9b24386b3375502 +repository-settings: + openstack/openstackdocstheme: {} diff --git a/deliverables/kilo/os-client-config.yaml b/deliverables/kilo/os-client-config.yaml index 7301ea302f..2855cc71a4 100644 --- a/deliverables/kilo/os-client-config.yaml +++ b/deliverables/kilo/os-client-config.yaml @@ -40,3 +40,5 @@ releases: projects: - repo: openstack/os-client-config hash: b55de0e1637b1e9f6e424b070d13577af42d7fc6 +repository-settings: + openstack/os-client-config: {} diff --git a/deliverables/kilo/oslo.concurrency.yaml b/deliverables/kilo/oslo.concurrency.yaml index 5b8486fcc0..4b85f9be77 100644 --- a/deliverables/kilo/oslo.concurrency.yaml +++ b/deliverables/kilo/oslo.concurrency.yaml @@ -48,3 +48,5 @@ releases: projects: - repo: openstack/oslo.concurrency hash: 2855b6e66256f7189c2298b2968e831480443ff2 +repository-settings: + openstack/oslo.concurrency: {} diff --git a/deliverables/kilo/oslo.config.yaml b/deliverables/kilo/oslo.config.yaml index 559a84c7de..de2084091c 100644 --- a/deliverables/kilo/oslo.config.yaml +++ b/deliverables/kilo/oslo.config.yaml @@ -40,3 +40,5 @@ releases: projects: - repo: openstack/oslo.config hash: 3c51838cdffe7a5057ff4823a8ab523bfacc3164 +repository-settings: + openstack/oslo.config: {} diff --git a/deliverables/kilo/oslo.context.yaml b/deliverables/kilo/oslo.context.yaml index 3ed2f2fa5a..ae5341e3d2 100644 --- a/deliverables/kilo/oslo.context.yaml +++ b/deliverables/kilo/oslo.context.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/oslo.context hash: 1c4757a9fb41e47867bd9b8d390057ad7636b76f +repository-settings: + openstack/oslo.context: {} diff --git a/deliverables/kilo/oslo.db.yaml b/deliverables/kilo/oslo.db.yaml index 4e0a8022b5..0144904ea3 100644 --- a/deliverables/kilo/oslo.db.yaml +++ b/deliverables/kilo/oslo.db.yaml @@ -44,17 +44,13 @@ releases: projects: - repo: openstack/oslo.db hash: c5f468d8fb237842aad54e5fdebd35a8be19df51 - highlights: > - Dependency updates (caps synced from stable/kilo global-requirements). - version: 1.7.4 projects: - repo: openstack/oslo.db hash: 974fc94a623956a5f7bf60b93d2de65259af8068 - highlights: > - Dependency updates to fix bug 1555721. - version: 1.7.5 projects: - repo: openstack/oslo.db hash: 35a0e6445d227d7721958f6ab08ad944e68336c9 - highlights: > - Dependency updates (caps synced from stable/kilo global-requirements). +repository-settings: + openstack/oslo.db: {} diff --git a/deliverables/kilo/oslo.i18n.yaml b/deliverables/kilo/oslo.i18n.yaml index 3a41bf1f58..6dbff4c51a 100644 --- a/deliverables/kilo/oslo.i18n.yaml +++ b/deliverables/kilo/oslo.i18n.yaml @@ -28,3 +28,5 @@ releases: projects: - repo: openstack/oslo.i18n hash: b0faab7b3d3ea3b14053ab92dd6086956f643e15 +repository-settings: + openstack/oslo.i18n: {} diff --git a/deliverables/kilo/oslo.log.yaml b/deliverables/kilo/oslo.log.yaml index b7ef2ada2b..cea4e28bd3 100644 --- a/deliverables/kilo/oslo.log.yaml +++ b/deliverables/kilo/oslo.log.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/oslo.log hash: 54e3d0e705accfaa4c73a01fc2ea1480fcc0024e +repository-settings: + openstack/oslo.log: {} diff --git a/deliverables/kilo/oslo.messaging.yaml b/deliverables/kilo/oslo.messaging.yaml index 9cd1a1615b..fae5709df1 100644 --- a/deliverables/kilo/oslo.messaging.yaml +++ b/deliverables/kilo/oslo.messaging.yaml @@ -36,3 +36,5 @@ releases: projects: - repo: openstack/oslo.messaging hash: 0f24108058fbf15752d384be4c13e4fbac801f2a +repository-settings: + openstack/oslo.messaging: {} diff --git a/deliverables/kilo/oslo.middleware.yaml b/deliverables/kilo/oslo.middleware.yaml index e7caabd1cd..385dc808b6 100644 --- a/deliverables/kilo/oslo.middleware.yaml +++ b/deliverables/kilo/oslo.middleware.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/oslo.middleware hash: 5c3c5a92f2389dff36c2a690f0cd88d00040b3c6 +repository-settings: + openstack/oslo.middleware: {} diff --git a/deliverables/kilo/oslo.policy.yaml b/deliverables/kilo/oslo.policy.yaml index 3f75c57eb8..bbba00fac5 100644 --- a/deliverables/kilo/oslo.policy.yaml +++ b/deliverables/kilo/oslo.policy.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/oslo.policy hash: 4c8f38cd1d088c46be314b47f6774e721813c6d9 +repository-settings: + openstack/oslo.policy: {} diff --git a/deliverables/kilo/oslo.rootwrap.yaml b/deliverables/kilo/oslo.rootwrap.yaml index 7070c93e70..45a55920cd 100644 --- a/deliverables/kilo/oslo.rootwrap.yaml +++ b/deliverables/kilo/oslo.rootwrap.yaml @@ -16,3 +16,5 @@ releases: projects: - repo: openstack/oslo.rootwrap hash: f485b93f475b119e3b8fa6c9cf740207e2d2d7ac +repository-settings: + openstack/oslo.rootwrap: {} diff --git a/deliverables/kilo/oslo.serialization.yaml b/deliverables/kilo/oslo.serialization.yaml index 7e3f0bc537..3c27b1b0eb 100644 --- a/deliverables/kilo/oslo.serialization.yaml +++ b/deliverables/kilo/oslo.serialization.yaml @@ -20,3 +20,5 @@ releases: projects: - repo: openstack/oslo.serialization hash: 7bfd5dece0f22dbdea1c3e524dbc0eca1f70f1b7 +repository-settings: + openstack/oslo.serialization: {} diff --git a/deliverables/kilo/oslo.utils.yaml b/deliverables/kilo/oslo.utils.yaml index 6fb3c9e64b..781cade7f6 100644 --- a/deliverables/kilo/oslo.utils.yaml +++ b/deliverables/kilo/oslo.utils.yaml @@ -32,3 +32,5 @@ releases: projects: - repo: openstack/oslo.utils hash: 185a7186f34660d335ba3da5bdb49914a411e747 +repository-settings: + openstack/oslo.utils: {} diff --git a/deliverables/kilo/oslo.versionedobjects.yaml b/deliverables/kilo/oslo.versionedobjects.yaml index a0a212d630..34870d5de6 100644 --- a/deliverables/kilo/oslo.versionedobjects.yaml +++ b/deliverables/kilo/oslo.versionedobjects.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/oslo.versionedobjects hash: 36be0e5709f4e5fd1301e9190eb439f4e1ea2c1e +repository-settings: + openstack/oslo.versionedobjects: {} diff --git a/deliverables/kilo/oslo.vmware.yaml b/deliverables/kilo/oslo.vmware.yaml index 8e00b0248b..100e1681c5 100644 --- a/deliverables/kilo/oslo.vmware.yaml +++ b/deliverables/kilo/oslo.vmware.yaml @@ -28,3 +28,5 @@ releases: projects: - repo: openstack/oslo.vmware hash: bd8a876482bb9d3f4df41fa4b4fe3c6cfdd4f846 +repository-settings: + openstack/oslo.vmware: {} diff --git a/deliverables/kilo/oslosphinx.yaml b/deliverables/kilo/oslosphinx.yaml index 43ff354cb6..5384fa1870 100644 --- a/deliverables/kilo/oslosphinx.yaml +++ b/deliverables/kilo/oslosphinx.yaml @@ -16,3 +16,5 @@ releases: projects: - repo: openstack/oslosphinx hash: e1b0dca451f2a492f5761950077eb6e721b64f60 +repository-settings: + openstack/oslosphinx: {} diff --git a/deliverables/kilo/oslotest.yaml b/deliverables/kilo/oslotest.yaml index 54f76f18b2..0e22c09451 100644 --- a/deliverables/kilo/oslotest.yaml +++ b/deliverables/kilo/oslotest.yaml @@ -32,3 +32,5 @@ releases: projects: - repo: openstack/oslotest hash: cb03bda527d46ee14dd1de052cf6db08d0f1425e +repository-settings: + openstack/oslotest: {} diff --git a/deliverables/kilo/pycadf.yaml b/deliverables/kilo/pycadf.yaml index fe4f6243cf..ea4c0595c3 100644 --- a/deliverables/kilo/pycadf.yaml +++ b/deliverables/kilo/pycadf.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/pycadf hash: 6f6f23b8bb2a116641b7514cb97ae1e687e28173 +repository-settings: + openstack/pycadf: {} diff --git a/deliverables/kilo/python-barbicanclient.yaml b/deliverables/kilo/python-barbicanclient.yaml index 8b8683a7c8..2574145091 100644 --- a/deliverables/kilo/python-barbicanclient.yaml +++ b/deliverables/kilo/python-barbicanclient.yaml @@ -20,3 +20,5 @@ releases: projects: - repo: openstack/python-barbicanclient hash: 2919366867af335d59913764a55ca8e95569947d +repository-settings: + openstack/python-barbicanclient: {} diff --git a/deliverables/kilo/python-ceilometerclient.yaml b/deliverables/kilo/python-ceilometerclient.yaml index 1b0fa9291f..d736283d84 100644 --- a/deliverables/kilo/python-ceilometerclient.yaml +++ b/deliverables/kilo/python-ceilometerclient.yaml @@ -20,7 +20,7 @@ releases: projects: - repo: openstack/python-ceilometerclient hash: 2861e81ea83363d2327f8d67e12531f45883e423 - highlights: > + highlights: | This bumps kilo version to handle bug #1494516 - version: 1.1.2 projects: diff --git a/deliverables/kilo/python-cinderclient.yaml b/deliverables/kilo/python-cinderclient.yaml index d6ff175410..e2807862ee 100644 --- a/deliverables/kilo/python-cinderclient.yaml +++ b/deliverables/kilo/python-cinderclient.yaml @@ -16,3 +16,5 @@ releases: projects: - repo: openstack/python-cinderclient hash: ecbfb37ff80035f75c4508b152b0f0f803dfa600 +repository-settings: + openstack/python-cinderclient: {} diff --git a/deliverables/kilo/python-cliff.yaml b/deliverables/kilo/python-cliff.yaml index 2baf7c2ac2..998f5b8f71 100644 --- a/deliverables/kilo/python-cliff.yaml +++ b/deliverables/kilo/python-cliff.yaml @@ -26,3 +26,5 @@ releases: projects: - repo: openstack/cliff hash: a280892bcedcc83a77d16bfc56d072cd2fc90230 +repository-settings: + openstack/cliff: {} diff --git a/deliverables/kilo/python-designateclient.yaml b/deliverables/kilo/python-designateclient.yaml index 4238559734..a9f227a5e2 100644 --- a/deliverables/kilo/python-designateclient.yaml +++ b/deliverables/kilo/python-designateclient.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/python-designateclient hash: 7363e3b4e98839aaffe20c3a5618d2ef77181304 +repository-settings: + openstack/python-designateclient: {} diff --git a/deliverables/kilo/python-glanceclient.yaml b/deliverables/kilo/python-glanceclient.yaml index f86628fbb9..5cf96640c1 100644 --- a/deliverables/kilo/python-glanceclient.yaml +++ b/deliverables/kilo/python-glanceclient.yaml @@ -36,3 +36,5 @@ releases: projects: - repo: openstack/python-glanceclient hash: 9333d0e4f2b47cf9a0dd52d71bb3a231422b84d2 +repository-settings: + openstack/python-glanceclient: {} diff --git a/deliverables/kilo/python-heatclient.yaml b/deliverables/kilo/python-heatclient.yaml index 3b0534b6a1..da9af1d0df 100644 --- a/deliverables/kilo/python-heatclient.yaml +++ b/deliverables/kilo/python-heatclient.yaml @@ -12,3 +12,5 @@ releases: projects: - repo: openstack/python-heatclient hash: 6d528f005742263837d05250662bf6214a703da8 +repository-settings: + openstack/python-heatclient: {} diff --git a/deliverables/kilo/python-ironicclient.yaml b/deliverables/kilo/python-ironicclient.yaml index 7924fbba8d..34a90762ff 100644 --- a/deliverables/kilo/python-ironicclient.yaml +++ b/deliverables/kilo/python-ironicclient.yaml @@ -28,3 +28,5 @@ releases: projects: - repo: openstack/python-ironicclient hash: 06a62bc60eef42b3dfcecbe923922f49cd17dace +repository-settings: + openstack/python-ironicclient: {} diff --git a/deliverables/kilo/python-keystoneclient.yaml b/deliverables/kilo/python-keystoneclient.yaml index 119df0f534..9dd5fbe732 100644 --- a/deliverables/kilo/python-keystoneclient.yaml +++ b/deliverables/kilo/python-keystoneclient.yaml @@ -28,3 +28,5 @@ releases: projects: - repo: openstack/python-keystoneclient hash: e81856f4963d768fa286a9b2d2a40a6663810f6d +repository-settings: + openstack/python-keystoneclient: {} diff --git a/deliverables/kilo/python-manilaclient.yaml b/deliverables/kilo/python-manilaclient.yaml index d25a9638a4..58a8a22607 100644 --- a/deliverables/kilo/python-manilaclient.yaml +++ b/deliverables/kilo/python-manilaclient.yaml @@ -20,3 +20,5 @@ releases: projects: - repo: openstack/python-manilaclient hash: 163c34f66945dbee07d1ca21c32523466dc16088 +repository-settings: + openstack/python-manilaclient: {} diff --git a/deliverables/kilo/python-muranoclient.yaml b/deliverables/kilo/python-muranoclient.yaml index 54da815620..3baa0b8462 100644 --- a/deliverables/kilo/python-muranoclient.yaml +++ b/deliverables/kilo/python-muranoclient.yaml @@ -9,3 +9,5 @@ releases: projects: - repo: openstack/python-muranoclient hash: 5670a3838dfc67797c85612194f02be7ba86b5e4 +repository-settings: + openstack/python-muranoclient: {} diff --git a/deliverables/kilo/python-neutronclient.yaml b/deliverables/kilo/python-neutronclient.yaml index 599d90ce00..53bb3a4be4 100644 --- a/deliverables/kilo/python-neutronclient.yaml +++ b/deliverables/kilo/python-neutronclient.yaml @@ -12,3 +12,5 @@ releases: projects: - repo: openstack/python-neutronclient hash: 2f0fc2cf093a3c089ec341e1fc8c7b89f22994ab +repository-settings: + openstack/python-neutronclient: {} diff --git a/deliverables/kilo/python-novaclient.yaml b/deliverables/kilo/python-novaclient.yaml index 2e76ce384b..bdafa4c152 100644 --- a/deliverables/kilo/python-novaclient.yaml +++ b/deliverables/kilo/python-novaclient.yaml @@ -20,15 +20,17 @@ releases: projects: - repo: openstack/python-novaclient hash: 13463268dbc4bb93a6d606a52e89ff3e23af1de7 - highlights: > + highlights: | This release fixes an import issue with oslo.i18n (bug 1468819). - version: 2.23.2 projects: - repo: openstack/python-novaclient hash: 4ab9db648653f7ea6b9f8b1c78bff672b20b913f - highlights: > + highlights: | This includes a critical requirements.txt update (LP: #1481885) - version: 2.23.3 projects: - repo: openstack/python-novaclient hash: a87cbd9128c1a2adba3af087e2b04fe17ffaa59d +repository-settings: + openstack/python-novaclient: {} diff --git a/deliverables/kilo/python-openstackclient.yaml b/deliverables/kilo/python-openstackclient.yaml index c639214fba..06afabf51c 100644 --- a/deliverables/kilo/python-openstackclient.yaml +++ b/deliverables/kilo/python-openstackclient.yaml @@ -28,3 +28,5 @@ releases: projects: - repo: openstack/python-openstackclient hash: be9b49e08491ede3ef381ade23e60fdf2a3b0040 +repository-settings: + openstack/python-openstackclient: {} diff --git a/deliverables/kilo/python-saharaclient.yaml b/deliverables/kilo/python-saharaclient.yaml index b4c89a2416..282b1b9352 100644 --- a/deliverables/kilo/python-saharaclient.yaml +++ b/deliverables/kilo/python-saharaclient.yaml @@ -20,3 +20,5 @@ releases: projects: - repo: openstack/python-saharaclient hash: 319ceb6acf55382218dcd971367613aecb3e4afc +repository-settings: + openstack/python-saharaclient: {} diff --git a/deliverables/kilo/python-stevedore.yaml b/deliverables/kilo/python-stevedore.yaml index 8347b1e254..46687c1397 100644 --- a/deliverables/kilo/python-stevedore.yaml +++ b/deliverables/kilo/python-stevedore.yaml @@ -14,3 +14,5 @@ releases: projects: - repo: openstack/stevedore hash: 218e95d5f09563bd14c50ee0441855f3389af7e7 +repository-settings: + openstack/stevedore: {} diff --git a/deliverables/kilo/python-swiftclient.yaml b/deliverables/kilo/python-swiftclient.yaml index da63e0e345..a81f386169 100644 --- a/deliverables/kilo/python-swiftclient.yaml +++ b/deliverables/kilo/python-swiftclient.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/python-swiftclient hash: c9f79e641c6906e95095f3e0e505f9bd3f715bc2 +repository-settings: + openstack/python-swiftclient: {} diff --git a/deliverables/kilo/python-tooz.yaml b/deliverables/kilo/python-tooz.yaml index 0b3d7a178d..3714640ada 100644 --- a/deliverables/kilo/python-tooz.yaml +++ b/deliverables/kilo/python-tooz.yaml @@ -2,15 +2,15 @@ launchpad: python-tooz team: oslo releases: - - version: '0.10' + - version: "0.10" projects: - repo: openstack/tooz hash: a2216e383e78b08324e5f873a35376b57cf29d3f - - version: '0.11' + - version: "0.11" projects: - repo: openstack/tooz hash: 405dfec672cd036ab4905cd27c1bbd8180cb8228 - - version: '0.12' + - version: "0.12" projects: - repo: openstack/tooz hash: 5edf2b3db33a42b646fe923580debff6b58a1122 @@ -30,3 +30,5 @@ releases: projects: - repo: openstack/tooz hash: 4251e1ea72bf4574629aaae701166da5ea2c6413 +repository-settings: + openstack/tooz: {} diff --git a/deliverables/kilo/python-troveclient.yaml b/deliverables/kilo/python-troveclient.yaml index 13ef1d9a9c..b4d53b455e 100644 --- a/deliverables/kilo/python-troveclient.yaml +++ b/deliverables/kilo/python-troveclient.yaml @@ -12,3 +12,5 @@ releases: projects: - repo: openstack/python-troveclient hash: a36ebe539ce0affef5388b7edd7a6a230a0fde6c +repository-settings: + openstack/python-troveclient: {} diff --git a/deliverables/kilo/sahara.yaml b/deliverables/kilo/sahara.yaml index eb5f7dd8ab..582c247ce4 100644 --- a/deliverables/kilo/sahara.yaml +++ b/deliverables/kilo/sahara.yaml @@ -28,3 +28,7 @@ releases: projects: - repo: openstack/sahara hash: f80daad635f2273103a601c7427f731f74bb41d6 +repository-settings: + openstack/sahara: {} + openstack/sahara-extra: {} + openstack/sahara-image-elements: {} diff --git a/deliverables/kilo/swift.yaml b/deliverables/kilo/swift.yaml index 49dabfedc1..094bdd64af 100644 --- a/deliverables/kilo/swift.yaml +++ b/deliverables/kilo/swift.yaml @@ -16,3 +16,5 @@ releases: projects: - repo: openstack/swift hash: f8dee761bd36f857aa1288c27e095907032fad68 +repository-settings: + openstack/swift: {} diff --git a/deliverables/kilo/taskflow.yaml b/deliverables/kilo/taskflow.yaml index 74d0ab4ac0..7be598326a 100644 --- a/deliverables/kilo/taskflow.yaml +++ b/deliverables/kilo/taskflow.yaml @@ -24,3 +24,5 @@ releases: projects: - repo: openstack/taskflow hash: f734467ddc3cebca5b88c6df37fbe3743aa04ca0 +repository-settings: + openstack/taskflow: {} diff --git a/deliverables/kilo/trove.yaml b/deliverables/kilo/trove.yaml index 59219e8e76..7237a0182a 100644 --- a/deliverables/kilo/trove.yaml +++ b/deliverables/kilo/trove.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/trove hash: 0688578c5ee958773367d167ea960a995757e820 +repository-settings: + openstack/trove: {}