Commit Graph

72 Commits

Author SHA1 Message Date
Zuul 940b7a5436 Merge "reno: Update master for unmaintained/victoria" 2024-03-14 07:41:23 +00:00
Zuul b4d816e004 Merge "reno: Update master for unmaintained/wallaby" 2024-03-14 07:37:56 +00:00
Zuul 3461af1f9d Merge "reno: Update master for unmaintained/xena" 2024-03-14 07:37:01 +00:00
OpenStack Release Bot 63a3bae431 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: Iac931c973c8728cdaf62c49151bb55db65799003
2024-03-08 13:53:54 +00:00
OpenStack Release Bot e83cf5c84b reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: Ie467122dd505b3c4e5b69c424108479868a0a81e
2024-03-05 18:38:14 +00:00
OpenStack Release Bot dc227a5210 reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

Change-Id: I666e0ff4fe7224a16139d275ba053501148ffb5e
2024-03-05 18:37:33 +00:00
OpenStack Release Bot 27e16248ea reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I3ab374d114c07d2ac4bae0526245cdc4a2f92228
2024-03-05 18:36:48 +00:00
Zuul 155b09a581 Merge "Update master for stable/2023.2" 2024-02-27 07:22:55 +00:00
OpenStack Release Bot 6d0ab162d8 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: I3cbbb87f550271efb2ffd16b8be75f8933594ba7
2024-02-05 16:05:35 +00:00
Ayumu Ueha e1cd39fa41 Obsolete Legacy APIs excluding VIM feature
This patch obsoletes CLI for Legacy APIs excluding VIM feature.

Implements: blueprint deprecate-legacy-apis
Change-Id: I9be376a660c6f7c34c0abe7e327dec7a91d49ee2
2023-12-08 02:29:05 +00:00
OpenStack Release Bot a2717e7124 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: Iba9cb480d8b9437bb1f800b559134f1eb6fbe368
2023-09-08 14:55:34 +00:00
OpenStack Release Bot 863c377741 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: I9b75a33b6eaac93ddf12934ed8f04b823d022aa7
2023-02-24 15:18:54 +00:00
Ayumu Ueha 156deea66c Add deprecation notice for Legacy APIs
This patch deprecates CLI for Legacy APIs excluding VIM feature.

Implements: blueprint deprecate-legacy-apis
Change-Id: Ib74db43b4a3de4676e61f4f9ce6d3d2095a11ddf
2023-01-27 00:38:21 +00:00
OpenStack Release Bot b4e49b3653 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: I2bf82a833e8adfb5606ccbd336872b4973f93440
2022-09-08 15:52:48 +00:00
OpenStack Release Bot 50c6570c51 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: I4f89c2cfa951117c832498a17daeb92b4ce8c70f
2022-03-03 10:51:00 +00:00
OpenStack Release Bot 015e6e21df 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: I874fe47b95881f35cc9599087feb69810cd9c803
2021-09-22 06:39:15 +00:00
OpenStack Release Bot 4299140444 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: I600ba860fd192d8262ade921b9edbb4da8c2a538
2021-03-18 10:45:24 +00:00
zhangboye 68df82918a Dropping explicit unicode literal
In python 3, all strings are considered as unicode string.

This patch drops the explicit unicode literal (u'...')
or (u"..") appearances from the unicode strings.

Note: The scope of the patch is to drop unicode literal prefix
from python source code files, documentation and comment are overlook.

Co-Authored-By: Manpreet Kaur kaurmanpreet2620@gmail.com
Change-Id: I5316037871109838a03ff4561b7b38dcc56bc447
2021-02-26 10:41:44 +05:30
OpenStack Release Bot e628157a7d 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: I8136cb5c1422833a95b38e4e0545863ceb9a287e
Sem-Ver: feature
2020-09-16 22:01:03 +00:00
Andreas Jaeger c7b5925451 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.

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.

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.

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

Change-Id: Iafe611a36e17869bf17f5b2c016ef7c22fb36eb3
2020-05-22 17:18:51 +00:00
OpenStack Release Bot 90b992ac2a 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: I23b6c3edbe52cb6bb4df40d08547a7bd658e1146
Sem-Ver: feature
2020-04-10 12:25:56 +00:00
Ghanshyam Mann 5ff4c334e9 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

python-tackerclient 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://review.opendev.org/#/c/691178/

Change-Id: I74266f66cd9755208ddc2cc3a36c103c2bb95555
2019-12-13 23:46:06 +00:00
OpenStack Release Bot 772f94b3e1 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: Id8f93c185c7f4c5516e547f7d240a749fa4d2982
Sem-Ver: feature
2019-09-20 17:43:24 +00:00
OpenStack Release Bot 4469984763 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

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

Change-Id: I33c314ef84413b42ae5572a927a874d508eb27e4
Sem-Ver: feature
2019-03-18 14:55:54 +00:00
OpenStack Release Bot 1d6a81f6f9 Update reno for stable/rocky
Change-Id: I1392f1d6ef8ef096595b6973b0b12e37d471cd58
2018-07-26 09:09:55 +00:00
Zuul 71897e549f Merge "Add reno note for updates in NS and VNFFG list commands" 2018-07-25 04:44:11 +00:00
Cong Phuoc Hoang c80fe1ada6 Add reno note for updates in NS and VNFFG list commands
This patch adds reno note for https://review.openstack.org/#/c/578638

Change-Id: Icaeece0f4832991c99915097d2c2a7a56c289125
2018-07-25 03:56:32 +00:00
Zuul 423c23acf0 Merge "Add reno: Fix the VNFFG update osc command" 2018-07-25 03:41:27 +00:00
Zuul 85358af1cf Merge "Add reno: Fix cannot show the VNFFGD template" 2018-07-25 03:24:24 +00:00
Nguyen Hai fdb2aba04f Add reno: Fix the VNFFG update osc command
Add reno for this bug:
https://review.openstack.org/#/c/551350/

Change-Id: I32502042b2a9bcd68cea410ca7ee8b77868aad20
2018-07-25 03:23:27 +00:00
Nguyen Hai 626233f668 Trivial: Fix a typo in release notes
Change-Id: I925b2896748c9bd7d025bc4139d82c98124f05a9
2018-07-25 10:32:57 +09:00
Nguyen Hai 2df32b7b59 Add reno: Fix cannot show the VNFFGD template
Add reno for this bug:
https://review.openstack.org/#/c/546703/

Change-Id: I661ca022a701fd0409fc34ae08b5aa5e5f981114
2018-07-25 01:15:55 +00:00
Nguyen Hai 019a846198 Add deprecation note for tacker CLI
Change-Id: I603d1d19630f045d61be6520bb01737c47af1178
2018-07-11 01:32:48 +00:00
Zuul 9cd0fc13f1 Merge "Add reno note for tacker support osc commands" 2018-03-14 15:08:17 +00:00
Nguyen Hai 1a31f11a53 Add reno note for tacker support osc commands
Change-Id: Ie1f7baa51723eb06ab4ed431a99d6a429a0bf234
Implements: blueprint tacker-support-python-openstackclient
2018-03-14 00:54:25 +09:00
Nguyen Hai e3b3d7e50c Add documentation for python-tackerclient
This patch also fix "InterpreterNotFound: pypy" error in tox.ini

This patch also follow the new PTI for document build [1][2]

[1] https://governance.openstack.org/tc/reference/project-testing-interface.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I9fb6637cb95603532b46f89dc4beab185278c833
Closes-bug: #1754556
Closes-bug: #1754926
2018-03-13 12:13:51 +09:00
Zuul ac8394730f Merge "Revert "Add reno note for classifier name field in its list command" it should be at stable/queens branch This reverts commit df80486f32cf0011faadcbbc73e595e4afd4364c." 2018-02-07 09:28:03 +00:00
Zuul c097d89ff9 Merge "Revert "Add reno note for cert_verify in vim config file" this should be in queens branch This reverts commit e557ecde7274da77c7aa6fa77227f8eb2e5f9a9e." 2018-02-07 09:28:02 +00:00
gongysh c3fc53a4f3 Revert "Add reno note for classifier name field in its list command"
it should be at stable/queens branch
This reverts commit df80486f32.

Change-Id: I62ee562814d3795368ef733381bc2440e82856c0
2018-02-07 09:13:36 +00:00
gongysh f037a0b8ed Revert "Add reno note for cert_verify in vim config file"
this should be in queens branch
This reverts commit e557ecde72.

Change-Id: Ideb1d20623b8ed5fe898a0c29e13562a91832cc7
2018-02-07 09:11:47 +00:00
Zuul 1c4e32d0f6 Merge "Revert "Add reno note for vnffg template updation command"" 2018-02-07 09:06:26 +00:00
gongysh a23aa68676 Revert "Add reno note for vnffg template updation command"
this is queens feature.

This reverts commit 5ab6421941.

Change-Id: I6e7591a289a297d8e4f9e29f7c3fc945a242f062
2018-02-07 08:54:08 +00:00
Zuul f76a15d4ec Merge "Update reno for stable/queens" 2018-02-07 08:37:54 +00:00
Zuul 1062eb78bb Merge "Add reno note for vnffg template updation command" 2018-02-07 08:21:33 +00:00
Zuul 75d08f07d9 Merge "Add reno note for cert_verify in vim config file" 2018-02-07 08:17:40 +00:00
Zuul 8fe5966b3e Merge "Add reno note for classifier name field in its list command" 2018-02-07 08:13:36 +00:00
LongKB 4d0cd3b7f2 Implement Tacker Client to support VNF cluster features
Adding a new CLI commands to support VNF cluster and VNF cluster
member CRUD operations:
      tacker cluster-create
      tacker cluster-show
      tacker cluster-list
      tacker cluster-delete

      tacker cluster-create
      tacker cluster-show
      tacker cluster-list
      tacker cluster-delete

Implements: blueprint policy-based-vnf-cluster
Change-Id: I76537566000f3d1724c9f566910389ede23f49b7
Co-Authored-By: xuan0802 <thespring1989@gmail.com>
2018-02-07 15:57:16 +08:00
gongysh e557ecde72 Add reno note for cert_verify in vim config file
Change-Id: If5028ed350e90eea62e1a06a9c4ab173bb60e963
2018-02-07 15:37:04 +08:00
gongysh 5ab6421941 Add reno note for vnffg template updation command
Change-Id: I986a7d67d1810553c30436c32ede324cca032310
2018-02-07 15:32:29 +08:00
gongysh df80486f32 Add reno note for classifier name field in its list command
Change-Id: Id13f67458aba5165706a08ebe2e2651f5631a108
2018-02-07 15:28:12 +08:00