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: I722af142750abbecad34d8956c1b4f2fc23455a4
This patch fixes the output of v2 Tacker so that vnfPkgId of
VnfInstance that are only used in v1 Tacker are not displayed
as CLI output.
This is because it is confusing for v2 users that unused vnfPkgId
(VNF Package ID) is always displayed as empty.
The vnfPkgId (VNF Package ID) remain displayed in the v1 Tacker
CLI output.
Change-Id: I4adea34e9c2c7fc51e087d2a00f47db77d67fe4a
This patch bumps the hacking version to 7.0.0 and fix the pep8
error:
- AttributeError: 'EntryPoints' object has no attribute 'get'
Closes-Bug: #2088356
Change-Id: Idb35decd157d19618b062d05951743083c04c32b
Tacker API add VNF Package ID to the Tacker V1 VNFLCM API.
This patch adds `VNF Package ID` to the output of
`openstack vnflcm show` command.
Fixes-bug: #2078757
Change-Id: I6edd3b5c080aff350cc6e1c8cab4f25bafe02890
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: If53512a04460f86cf8ac5e400306d227e4410d4e
- Fix so that Content-Type of the v1 modify vnflcm request is
"application/merge-patch+json".
- Fix so that as the same, Content-Type of all patch request is
"application/merge-patch+json".
- Fix so that Accept of all patch request and put vnfpkgm request
is "application/json".
- All patch request of above:
- PATCH VNF LCM(V1)
- PATCH VNF packages
- PATCH VNF LCM(V2)
- PATCH VNF FM
- PATCH VNF PM(Modify a PM job)
- PATCH VNF PM(Modify a PM threshold)
Closes-Bug: #2069701
Change-Id: Ia37312f1ba5560438970beffad432832d30d7d53
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Co-Authored-By: Takahiro Miyajima <fj6257jz@fujitsu.com>
This method is has been unused used since [1] was merged. Removing it
allows us to remove oslo.log from the dependencies.
[1] 845a5e1439
Change-Id: I182b880e30ba09845218b4607447031fbdf067d0
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
According to SOL003, "authentication" should not appear
in the PmJobModifications response.
Therefore, it has been removed from the output obtained
when running "openstack vnfpm job update".
Closes-Bug: #2054420
Change-Id: I14b415a161983e682a4415d11d1fdad5792be3f8
If content-type other than application/json is used, an error occur
because the processing is lacked in HTTPClient to pass content-type.
So, this patch fixes the handling of `content-type` in HTTPClient.
Closes-Bug: #2052768
Change-Id: Ief823dbdec9cceea3c7129860381b9ab34d0e438
This patch obsoletes CLI for Legacy APIs excluding VIM feature.
Implements: blueprint deprecate-legacy-apis
Change-Id: I9be376a660c6f7c34c0abe7e327dec7a91d49ee2
This patch fixes the following issue of unit test that caused by
upgraded version of cliff library to v4.4.0.
-----
AttributeError: 'FakeStdout' object has no attribute 'isatty'
-----
Change-Id: I77438314f8cf98e62155b1e43da3484cd5f1f514
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
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
This patch resolves the following error caused by using one data in
multiple tests.
-----
ft1.2: tackerclient.tests.unit.osc.v1.test_vnflcm_subsc.
TestListLccnSubscription.test_take_action_with_
paginationtesttools.testresult.real._StringException:
Traceback (most recent call last):
File "/home/zuul/src/opendev.org/openstack/
python-tackerclient/tackerclient/tests/unit/osc/v1
/test_vnflcm_subsc.py", line 139, in test_take_action_with_
pagination
expected_data.append(vnflcm_subsc_fakes.get_subscription_
data(
File "/home/zuul/src/opendev.org/openstack
/python-tackerclient/tackerclient/tests/unit/osc/v1
/vnflcm_subsc_fakes.py", line 166, in get_subscription_data
subscription.pop(item)
KeyError: 'filter'
-----
Add test data for each test.
(Three data are set for each test data so that the first, last, and
other values can be checked.)
And change not to modify test data directly in get method.
Closes-Bug: #2007524
Change-Id: Id3919fc638f6b858c115a3a7d7e4ca60036217d4
This patch changes to allow setting the `extra` parameter in the VIM
configuration for openstack vim type.
Implements: blueprint enhance-api-policy
Change-Id: I37a3e21afced0aae6e0fd3c0cbb28ab16f2b7df8
Add the Performance Management Threshold CLI to support AutoScale.
The Performance Management Threshold API is based on ETSI NFV-SOL
002 v3.3.1 and ETSI NFV-SOL 003 v3.3.1, which is Version "2.0.0"
API of Tacker.
Implements: blueprint support-auto-lcm
Change-Id: Idd313d6abe47dfa41fc86ddc614d00f99f3fc3b2
This patch deprecates CLI for Legacy APIs excluding VIM feature.
Implements: blueprint deprecate-legacy-apis
Change-Id: Ib74db43b4a3de4676e61f4f9ce6d3d2095a11ddf
In 2023.1 cycle, we are testing the python 3.10
as voting job so updating the python classifier.
Currently we have python 3.8 unit test job running on
Ubuntu Focal and python 3.10 job on Ubuntu Jammy.
Change-Id: Ie5ef1e398f6709e2164db57c3f5bbfbc69053a02
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: I92990bd9aa48941e092fafc6246317e152ad4602