diff --git a/.zuul.d/debian.yaml b/.zuul.d/debian.yaml index ad8706b7d4..bc68a0c512 100644 --- a/.zuul.d/debian.yaml +++ b/.zuul.d/debian.yaml @@ -52,7 +52,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-debian-quay @@ -75,7 +75,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-debian-aarch64-quay diff --git a/.zuul.d/rocky.yaml b/.zuul.d/rocky.yaml index 4955a6bb26..542a303500 100644 --- a/.zuul.d/rocky.yaml +++ b/.zuul.d/rocky.yaml @@ -77,7 +77,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-rocky9-quay diff --git a/.zuul.d/ubuntu.yaml b/.zuul.d/ubuntu.yaml index dc1034a9e9..e38047e4bb 100644 --- a/.zuul.d/ubuntu.yaml +++ b/.zuul.d/ubuntu.yaml @@ -69,7 +69,7 @@ kolla_registry: dockerhub kolla_namespace: kolla secrets: - - kolla_dockerhub_creds + - kolla_dockerhub_credentials - job: name: kolla-publish-ubuntu-quay diff --git a/doc/source/contributor/release-management.rst b/doc/source/contributor/release-management.rst index 8006e1492c..716308f3c0 100644 --- a/doc/source/contributor/release-management.rst +++ b/doc/source/contributor/release-management.rst @@ -87,6 +87,8 @@ This needs to be done for each of the following projects: * https://launchpad.net/ansible-collection-kolla +* https://launchpad.net/kayobe + At the beginning of a cycle, ensure a named series exists for the cycle in each project. If not, create one via the project landing page (e.g. https://launchpad.net/kolla) - in the "Series and milestones" section click in @@ -94,8 +96,6 @@ https://launchpad.net/kolla) - in the "Series and milestones" section click in milestones, including the final release. Series can be marked as "Active Development" or "Current Stable Release" as necessary. -Kayobe uses Storyboard, which does not track series or milestones. - Milestones ----------