Commit Graph

280 Commits

Author SHA1 Message Date
OpenStack Release Bot 2484e02f1e Update master for stable/2024.1
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: I9ee3dde14ce98b89dd942676c2eef0702bbb8dc0
2024-03-12 19:23:32 +00:00
OpenStack Release Bot 944b68d747 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: I97a3486148a7f0618015c86111ef36b521c76590
2024-02-05 16:42:55 +00:00
Ghanshyam Mann 757b163047 Update python classifier in setup.cfg
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: I45b783687458e19b3baafadf197e5506108a97fc
2024-01-04 20:35:06 +00:00
OpenStack Release Bot 4df32535c3 Update master for stable/2023.2
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: I93731beb44c5cd326941fbca176e8978587472ac
2023-09-14 01:42:51 +00:00
Zuul 4ed8863c1b Merge "Cleanup py27 support" 2023-07-12 15:40:17 +00:00
niuke 16634e3942 Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update
this at each new cycle.

Change-Id: I8b07aa4d5ad6824b049144e87468fb941f57135f
2023-05-26 14:27:55 +08:00
niuke 2c5edadb4c Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py

Change-Id: Ieb8a53a32ea17a1fcf9e9c96ef9ddf228fb4045c
2023-05-26 14:12:40 +08:00
OpenStack Proposal Bot 7123b765d0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I288a265a71cf31dd04aba3151e0c3cb6d18d4f95
2023-05-09 03:03:43 +00:00
OpenStack Release Bot e2ecae284f Update master for stable/2023.1
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: I226c1c03820c4bd9a88fa997a6c07326425e4e0f
2023-03-03 11:28:23 +00:00
OpenStack Proposal Bot 7cdee86bac Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I9ccd932b9eb5691b82f245ccac9d4b84ea3997f0
2022-09-16 03:46:06 +00:00
OpenStack Release Bot 5bb41072eb Switch to 2023.1 Python3 unit tests and generic template name
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: I50f81ff508bd95ce08c8a3499ebb0e5d055a3b9d
2022-09-13 09:17:06 +00:00
OpenStack Release Bot 75c6e0b7c2 Update master for stable/zed
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: I9395cf867a3dd1bd76f7a7316576d84eec768b0b
2022-09-13 09:17:05 +00:00
OpenStack Proposal Bot 8175285adf Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I756aabf48bc34b692a21ff09e277e8b77f5b5537
2022-09-11 04:21:52 +00:00
OpenStack Proposal Bot 184f876a0d Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Id45c9464b1721af4ae4d57e52e934e4ab780cd56
2022-09-06 04:45:35 +00:00
OpenStack Proposal Bot 5d87761498 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: If4096c92f4f83cb205a25c3dfb73eb7c45d68a38
2022-08-23 02:12:17 +00:00
OpenStack Proposal Bot 909590acb1 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ie22aa21714bd35effb725ce67218bcd49b0b1d27
2022-08-22 04:09:51 +00:00
Zuul a3990c47d7 Merge "Imported Translations from Zanata" 2022-08-08 15:52:45 +00:00
Pierre Riteau 6ce3faa7d3 Remove create_instance override
Horizon removed the Django-based implementation of launch instance [1]
which was overriden by cloudkitty-dashboard. Remove override to avoid
breaking Horizon when cloudkitty-dashboard is enabled.

[1] https://review.opendev.org/c/openstack/horizon/+/816303

Change-Id: Ib6516cfb4d9bbe75ddb62969f62629712afca38b
Story: 2009924
Task: 44788
2022-08-08 16:16:36 +02:00
OpenStack Proposal Bot 7a66418066 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I8baae80e20cdf320144b16a6e8fe96f43c785d9b
2022-07-28 04:11:33 +00:00
Takashi Kajinami 696ab96b90 Replace deprecated ugettext_lazy
The ugettext_lazy method has been deprecated since Django 3.0[1].

This was already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/3.0/releases/3.0/#id3
[2] cd7c1b5110fe1f64cd9dfbeb1072b37912d0efee

Change-Id: Ideeaff4a0bc43e69c7465f34062edc5e381932d5
2022-07-11 13:38:35 +09:00
OpenStack Proposal Bot 2fc12a0d34 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I5584475c22c257d5b32f8885c5633650955422b2
2022-06-21 02:12:47 +00:00
Zuul 2f52d6d3c8 Merge "Convert project rating page to use v2 summary API" 2022-05-11 10:20:06 +00:00
manchandavishal 7ac2922dd5 Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path(). For more info see [1]
These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] https://review.opendev.org/c/openstack/horizon/+/827093

Change-Id: I5086fe5fecd46e9e2ffb223b163fbaa8ed9c1970
2022-04-29 16:48:03 +05:30
Sam Morrison 15f5a7eae5 Convert project rating page to use v2 summary API
Use new response_format argument to get data in
a suitible format for horizon tables.

Change-Id: Icdc08d0719fd60c36c2b66926bf3e2ffe62f3afc
2022-03-25 14:15:03 +11:00
Pierre Riteau 8837a1d947 Update release note title
This is just a trivial change to force a release note update, in order
to get the Yoga release notes published.

Change-Id: I0ef3db8a8cf32da18cce70bc4b646433b501a527
2022-03-18 11:20:42 +01:00
OpenStack Release Bot 58c8e861b8 Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: If8eeb072abe1312bb54d3a81ca50d479ad7cf970
2022-03-08 12:06:21 +00:00
OpenStack Release Bot 9180e68f0c Update master for stable/yoga
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: I6c1afcb22cc8e7e7d4e4e7dc0d379b5a6184649c
2022-03-08 12:06:17 +00:00
Rafael Weingärtner 4aa397d2d0 Remove the unused unicode
Change-Id: I4a9469833dd2e3fa878211d314a24b01b09cc616
2022-02-25 13:03:18 -03:00
wu.shiming bbd8a501f4 Updating python testing classifier as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Ia8b7f322eec1f3120c71ee03771f87e60cdea311
2021-12-21 10:02:57 +08:00
OpenStack Proposal Bot 92abbc990e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I34fe23e29c1c0fecf737cf43f33e8cb051726307
2021-09-23 06:18:06 +00:00
OpenStack Release Bot 1834af4cb8 Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ieecbd6b33b5d41b332e91b793d5f1f3d8c529a1b
2021-09-17 13:47:11 +00:00
OpenStack Release Bot 4f33582035 Update master for stable/xena
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: If89058754d2d1a6e28e1a60bc49a875f6433fd77
2021-09-17 13:47:10 +00:00
wu.shiming d3fdbcdf60 Replace deprecated import of ABCs from collections
ABCs in collections should be imported from collections.abc and direct
import from collections is deprecated since Python 3.3.

Change-Id: I6a96d3ed3f046f87822c4cedaa51041885a2d3b6
2021-08-13 17:14:21 +08:00
Ghanshyam Mann 2a0ec47325 Moving IRC network reference to OFTC
Change-Id: I9ff4436aef9e7a185cbae067323e344465e222cc
2021-07-08 08:08:18 -05:00
Zuul 5ba6d40381 Merge "Changed minversion in tox to 3.18.0" 2021-06-17 11:13:39 +00:00
Pierre Riteau 53162a1a6a docs: Update Freenode to OFTC
Change-Id: I2de39baabc3bf4c507f5e6840696f48e7ec737ae
2021-05-31 10:56:57 +02:00
wu.shiming 01ff88b2dd Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: I1cb8eadf6b649329e8faf5e63a32b2b017b01ebf
2021-05-31 09:57:11 +08:00
Zuul 4d257bef08 Merge "[ussuri][goal] Update contributor documentation" 2021-05-20 14:21:59 +00:00
Ghanshyam Mann 3b02d94c88 [ussuri][goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html

Story: #2007236
Task: #38517
Change-Id: I04440027a475b13e728e8fc5d2c4b632623f3b47
2021-05-18 19:57:02 +00:00
yangyawei 57b185a51d setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I4f5ebb221bb305ec82aaa94829c2b16f72fa7a3c
2021-05-13 19:58:27 +08:00
Jonathan Herlin 19ead1f072 Respect endpoint type specified in Horizon
The CloudKitty dashboard now inherits the interface type from Horizon.
This allows for easier testing, like in an all-in-one to use the
internalURL.

Change-Id: I28d6d1ac1a9d8db4accc4cadc5da261cb86330fd
Story: 2008879
Task: 42424
2021-05-03 17:39:35 +02:00
Zuul 4e166ded43 Merge "Add Python3 xena unit tests" 2021-03-23 14:58:31 +00:00
Zuul 49e5c6f612 Merge "Update master for stable/wallaby" 2021-03-23 14:58:22 +00:00
OpenStack Release Bot a92f956cc2 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ibc85c205093665b16c05092b6841c27e73aed7c1
2021-03-22 09:11:47 +00:00
OpenStack Release Bot 4bda92475a Update master for stable/wallaby
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: I5399b76d57c8d9a7d741ef9a1d4003735f41a5ce
2021-03-22 09:11:31 +00:00
OpenStack Proposal Bot f3a3a6127f Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I79a15a3079bcd2dd3b040a314a3e3907b46f07d4
2021-03-22 06:09:04 +00:00
Zuul 7eb3241cc2 Merge "Unstack series on the "Cost Per Service Per Hour" graph" 2021-02-18 15:45:10 +00:00
Mariusz Karpiarz 1cf4c9534c Unstack series on the "Cost Per Service Per Hour" graph
By default series on the "Cost Per Service Per Hour" graph are stacked
together which means:

* all series have to have the same length, otherwise Rickshaw/D3 won't
  be able to stack them up;
* series are drawn one over another and since they are area graphs, this
  gives false impression of scale (series other than the first one will
  appear higher than what the scale on the Y axis suggests)

This change disables stacking of data series.

Story: 2008582
Task: 41735

Change-Id: I6aed92383a70f8dcf26c45155ef1d16169d40601
2021-02-08 16:09:44 +00:00
manchandavishal 22ff9ab520 Update TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated, refer [1].
This allows to use lower-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file

Change-Id: I2318835ca129ba973d1086a3d56e506a7400dc7c
2021-02-03 10:06:58 +00:00
OpenStack Proposal Bot 3439344923 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I694eeaba80c2466c604077dd3012052828eb1fff
2020-10-04 06:14:06 +00:00