Add file to the reno documentation build to show release notes for
stable/2025.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2025.1.
Sem-Ver: feature
Change-Id: Id6a6d7608049bf93b2e0ed4c193d33089034483f
The datetime.utcnow() is deprecated in Python 3.12.
Replace datetime.utcnow() with
datetime.now(datetime.timezone.utc).replace(tzinfo=None).
Change-Id: I4be5425e7fdb94a6235677d5639c0633f7ff229a
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Add file to the reno documentation build to show release notes for
stable/2024.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.2.
Sem-Ver: feature
Change-Id: I23e92871c2cb647960de7dfb4167864e5bd6f2cb
Add file to the reno documentation build to show release notes for
stable/2024.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.
Sem-Ver: feature
Change-Id: Ie4b79f78ee6b08a5b9ecfa74e20cb309ec8842a8
Adds support for SSL verification when ``OPENSTACK_SSL_CACERT`` is set.
Explicitly skips verification if ``OPENSTACK_SSL_NO_VERIFY`` is set.
This also switches to Session-based instantiation for the Blazar client,
away from the deprecated url+token method.
Closes-Bug: #2045281
Change-Id: I94aad7590b1e42ddfa1a20fdb184ca4d73587cd6
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: Ibfab7a8f6ee5595484198d4df0017cbffe3cabe0
Add file to the reno documentation build to show release notes for
stable/2023.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.
Sem-Ver: feature
Change-Id: Ib59ce3050bebf1c03fad47a4799f41564c40a236
Add file to the reno documentation build to show release notes for
stable/2023.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.
Sem-Ver: feature
Change-Id: I5cd78fadf94425d247d4adb7b8a14dde4477a0c3
OpenStack CI now uses tox4 by default. This patch
drop "skipsdist = True". When skipsdist=True is specified,
a target application is not installed into a tox env, but
there seems no reason to do so. In various other OpenStack
projects, a target applicatin needs to be installed into a
tox venv, for example, in docs and/or linter jobs and it
causes failures with tox4. So dropping it would avoid potential
future failures.
Change-Id: I18d5ee7f96e77e345f304536bbc385d87bb859f2
This release note is showing up in zed, maybe because it was in the
commit used to tag the yoga release.
Change-Id: I97273807b1e2237f2d836597a861cb0aedc3df49
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ife0ef9c6a82cc8eb58c9933f63aa07926d85d3f5
Add file to the reno documentation build to show release notes for
stable/zed.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.
Sem-Ver: feature
Change-Id: I18567bf8ad810631ce8c2e2e1fa4d45bb4cfb622
Add file to the reno documentation build to show release notes for
stable/yoga.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.
Sem-Ver: feature
Change-Id: Ie57d6b7dadca91c38d468b0398146304c9d0b96d
The red error box will now show why a lease failed to be created or
updated, for example if not enough resources are available.
Also remove "Please try again" which is not a helpful message.
Change-Id: Id0b39fd151956ae6b08ab503a7ae0c5dc09af7f6
This adds documentation explaining how to enable, configure the
calendar attribute, and what permissions are needed to use the
calendar.
Change-Id: I80026407ab537b7967ccbd2965d66f40018c4c0e
This adds a calendar view where users can see a timeline of resources,
showing when each resource is reserved.
Implements: blueprint calendar-view
Change-Id: I4f2649d6c9538037dff4747ef4a8210da3666354
Add file to the reno documentation build to show release notes for
stable/xena.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.
Sem-Ver: feature
Change-Id: Ib879910f6837b5a54921b661c015581367a38505
Update tox config to include upper-constraints as dependencies. This
resolves issues with building PDF docs.
Change-Id: I1d83437079f224a0d560dd3cc339bf3ce5213534
Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: Ic35d7ac19477f40d02dd83c57d8416d8885c8ef5
Recent versions of setuptools are warning that usage of dash-separated
keys will not be supported in future versions.
Change-Id: I40e09327f4d3d9db183aaea8eaedc52e1d5e9233
UPPER_CONSTRAINTS_FILE is old name and deprecated.
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
For more info. please refer [1].
[1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
Change-Id: Id062b4014a61adf75fd9917a6928c0521739fc01