Commit Graph

26 Commits

Author SHA1 Message Date
OpenStack Release Bot 30139f0865 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: Id4e1d918add899a9b568cde9785f6b8fb55079dd
2024-03-14 07:11:41 +00:00
OpenStack Release Bot 5f2d20b1b9 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: Idf5e33b77cfae4f072522f3500740fdf5f3d76e7
2024-02-19 09:08:53 +00:00
suzhengwei 91a51dfb12 support for Masakari VMove
It supports for Masakari VMove API in microversion 1.3.

Change-Id: Id06f4d1dd8a4e59760bd63f5f7df6a73319d6a9c
2024-01-25 09:54:25 +08:00
OpenStack Release Bot f99ce40c08 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: Ic860b558c2f632729c9a47364f5e1d70aa5df4d4
2023-11-07 10:20:58 +01:00
OpenStack Release Bot 6c964fb348 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: I06f0920fea6414e84e6e63183f73483aad2e18b3
2023-09-15 13:48:23 +00:00
OpenStack Release Bot c7ba08d5fc 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: I4bfbc6126e6abc267431035f9cd1eacdb716a155
2022-09-13 12:30:06 +00:00
OpenStack Release Bot b3d5cef16a 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: I2a032ba94c09e167759bea432c06e496c4b62db3
2022-03-10 08:04:28 +00:00
Pavlo Shchelokovskyy 021d1c184e Use service list instead of hypervisor list
the host names in them are not necessarily the same,
and Masakari service itself validates the input against
the nova service list, not hypervisor list,
since change I9c591d33f17a8d5950bdb1fc2d686e2301fc6d95 in Masakari.

Closes-Bug: #1944679
Change-Id: Id017b91c59aff54435c35d410fcb56a086a732ef
2021-09-23 14:43:39 +00:00
OpenStack Release Bot 3e0adf127a 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: I5f574bc70c1043c93de124799497ed1c8444d17d
2021-09-13 19:46:57 +00:00
Vadym Markov 39f03063c0 Update policy file to yaml
See the included reno file for details.

Change-Id: I39834214740b2a494105a1130964fba3134d420c
2021-08-07 09:26:23 +00:00
OpenStack Release Bot f09f8f2230 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: I33747e8d58fd4e574e2df3b8da0484a580f3385f
2021-03-26 15:53:31 +00:00
Zuul a44b5a4266 Merge "Drop dep on python-masakariclient" 2021-03-25 16:59:19 +00:00
Radosław Piliszek fce116082b Add 'is_enabled' attr to segment
Implements: blueprint enable-to-segment
Change-Id: I378d98cc17afbfa9e56deb79ae479117dd231a7b
2021-03-24 08:58:40 +00:00
Radosław Piliszek f4640692b1 Drop dep on python-masakariclient
There is no logic in python-masakariclient that masakari-dashboard
requires. It is safe to drop. The check for supported API versions
was irrelevant already as it depends directly on OpenStack SDK.

Change-Id: I97c6db49f1a4dbd36f7003299938a05994e37cb6
2021-03-17 14:47:28 +00:00
XinxinShen 9405bf8e43 remove unicode from code
Change-Id: I645114ff586b35eb5eddd0e3879882ba2f03e70e
2021-01-05 14:30:18 +08:00
Zuul 1b25bd4962 Merge "Chang Glance to masakari dashboard" 2020-11-12 19:21:38 +00:00
OpenStack Release Bot 1c858b8ca7 Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.

Change-Id: I8b4d7d26194487a18634b0d0c99f95a1b81abe2e
Sem-Ver: feature
2020-09-28 15:48:39 +00:00
Mark Goddard 59ee1d59a1 Fix CA file for API client
If a custom CA file is configured via OPENSTACK_SSL_CACERT, currently
communication with Keystone will fail, since the session is not created
using this CA file.

This change fixes the issue by passing the path to the CA file to the
keystoneauth session constructor.

Change-Id: Iad1bdea97ed649cc3c8f042dc5dd147b989dfd0e
Closes-Bug: #1873736
2020-09-04 14:57:43 +00:00
Andreas Jaeger e7eda23f52 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I2d69cd151ef24f48612f3960f2dcce7562f84a2d
2020-05-31 18:08:45 +02:00
OpenStack Release Bot 084f943e2e Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.

Change-Id: I1668f8a049fed5a6cb25a539ba902cec6a50f85d
Sem-Ver: feature
2020-04-23 15:42:46 +00:00
Ghanshyam Mann dbc0a4aaf1 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

masakari-dashboard is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I9d3f6dc7490a8cca70ddb2ebd42b94cb86d6304b
2019-12-19 16:45:08 +00:00
OpenStack Release Bot 43e557c5b3 Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I0bd5e80168e82868994c15f93b209dd322f93f64
Sem-Ver: feature
2019-09-27 17:41:32 +00:00
ZhongShengping 84ac0a6b93 Chang Glance to masakari dashboard
trivialfix

Change-Id: I3108dd699544c9dd543fdfa046fb652fbbdc8d24
2019-05-10 08:30:17 +08:00
openstack 3680bb9023 Fix tox for releasenotes
tox -e releasenotes fails with error:
ImportError: No module named 'masakaridashboard'.

Since release notes are version independent, no need to set version
and release so removed importing version from masakaridashboard.

Change-Id: I2ef95fa2c938e2a8115c0602b53c5af6329a1bac
2019-03-05 07:23:13 +00:00
OpenStack Release Bot d161bde3ac Update reno for stable/rocky
Change-Id: Ib4c9a71b12cfa9a0b7dda6d91a5772fe457d2bf7
2018-08-09 21:32:18 +00:00
nirajsingh b09b094a2b Initial UI-Cookiecutter commit
Added required project files to the repository.

Change-Id: I869b9f2cf04ec00d8bbf00e2720e64175e55eaee
2018-03-16 10:02:55 +05:30