After patch [1], VIM shared property set to False, that means Vim can only
be invoked by user who creates it. updating doc for the same.
[1]: https://review.opendev.org/#/c/465080/
Change-Id: I7fcd656e631d210f0f0d677618dfa702435896ca
Fix settings to install kuryr in local.conf.
Refer to tacker/devstack/local.conf.kuberntes for this setting.
Change-Id: Iea0c40d180cc40e706eb90e2395d93cc719b3abd
When tacker registers kubernetes vim using Kubernetes config file,
ssl_ca_cert value doesn't accept all of none value such as none, NONE..etc. So, it makes errors.
Closes-Bug: #1829384
Change-Id: I1aa2c4c489a3196fa8f88c1ca8420e8b344d875b
This patch adds:
- Make force delete admin_only operation.
- add test cases.
blueprint force-delete-resources
Change-Id: I9d2aa73e5795cfc3b08752615d9c305f18f4b0cc
When tacker create Kubernetes VIM, It has an error due to authentication URL.
Because, authentication URL is changed since plugin add 'v3'.
Change-Id: I8d821581b1e8071580601b27564d20bf999f54f0
Closes-Bug: #1829348
If user provides parameter file while creating VNF using scaling policy,
earlier it was failing with error 'The Parameter was not provided". This issue
already fixed in heat-translator-1.3.1.
Update lower-constraints.txt and requirements.txt with the same.
Depends-On: I67b9f53ac4cc0e4318fb7d62ac3d389c8cafbab2o
Change-Id: Ie1a6d859f91d8ad2decaaa1606dda1858df782a0
Closes-Bug: #1823860
Closes-Bug: #1799683
syncs sphinx dependency with global requirements.
It caps python 2 since sphinx 2.0 no longer supports Python 2.7.
Change-Id: Ia4ad99c8201f48292c35e7b50604d1d87c467eb3
Made changes to the _wait_until_stack_ready method to make it generic
for all *_wait methods so that the duplicate code from the respective
*_wait methods can be deleted.
Change-Id: If1f7f60c6c98f90fa57ac79d17a813f0dac13322
Corrected log message for scale_wait method. Log message was not
logged properly because the format specifiers were not specified
correctly.
Change-Id: Ie0c84ffff19d3cc8511167cb949c98bf13d0fe16
If users specify parameters in 'flavor' or 'image' properties
of a VDU, HOT template can not be processed properly because
there is a missmatch between TOSCA and HOT template.
This patch will change 'get_input' to 'get_param' to fix that
issue.
Change-Id: I353e9d9d70dc6249a62dcdd1281b7b60d28d7d30
Closes-Bug: #1813135
Depends-On: Ib95ed31c70073cb732d41defe5bdc8027eadfeec
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: Ie54c75f09563edf23f34842978e0fd26acc017ba
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: I98ad21d153f2fcd0862627111fb5759f72bcc5ad
Sem-Ver: feature
In python3, dict.keys() returns a dict_keys object rather than
a list. This patch will make it compatible with py3 as well as py2.
Change-Id: I889c45fa57603f264f941e0025dc9232c370f1b0
Closes-Bug: #1819935
Currently Tacker usage a misxture of v2 v3 api, which is suboptimal
from both a performance and code-elegance perspective. In this patch
we refactor v2 apis from code.
Change-Id: I981887f3f5af6356aba45a6d128d3e4b23b10286
Implements: blueprint keystone-v3
Added reservation policy support.
With reservation policy user can use the reserved resources
by blazar to create VNF.
Depends-On:I2b989a49ac3447995a82ddb7193bf478bb847b73
Implements: blueprint reservation-vnfm
Change-Id: Ia6a87894ba219c045140e8e65e03f87509bbdb6d