tl;dr : without this Ocata and Pike have the same version causing
packaging issues.
https://docs.openstack.org/developer/pbr/#version
Because projects don't push a tag before milestone 1 (pike-1 here),
downstream packages are still building packages by using the version
from Ocata and it causes problems to distros because they can't test
the upgrades from Ocata to Pike.
Bumping the semver will allow us to test packages upgrades.
Note: When your version is X.Y.Z, api-break will bump X, and feature
will bump Y. In this patch, we bump X because this is the way you
bump tags over releases.
Change-Id: I2f247136bbf2420d3c599d853e76cd0884196c5f
Sem-Ver: api-break
The highlighted note about the `default_share_type` config option was
being displayed as part of the code snippet above it due to a misaligned
important:: directive. This patch corrects the spacing so that the note
will display correctly.
TrivialFix
Change-Id: I0b86e86aebc9370e0f84ad669c368c0a2a5eccdd
Manila project uses special images for some of its share drivers.
So, add possibility to configure manila and run tempest tests using
custom image that was built with proposed changes to
'manila-image-elements' project.
Supported share drivers are 'generic' and 'container'.
Change-Id: I005d1b204ea25ced8913351d19eac282ca465fb6
It is no longer used and was deprecated [1] in the previous
release.
TrivialFix
[1] I14768a237b9d7ebc5aa55733bc6bc0531ec3fbb4
Change-Id: If6375322e254fa6f13649411aef2c92bf368e7ed
In the Newton cycle the ability to create read-only rules for
cephx-backed access rules was added but there were no functional tests
to exercise this feature. This patchset adds new parameters to the
existing cephx access rule test to also test read-only rules.
Change-Id: I4b4fd5790526ebc596471fd913ffe9cdb2faa520
`Dummy.dummy` scenario doesn't relate to openstack anymore, so there are
no data for launching openstack related contexts. `Dummy.openstack` should
be used instead.
Change-Id: I63d3cb2379deafc2b6a59e66c236149dfd9f6c16
In testcase, setUp will be called automatically. This patch used to
remove setUp functions that do nothing. Besides, it will keep code clean.
Change-Id: Id7641bc116c26f8b11f4441524c5e2c0442362a8
Change [1] deprecated this command in newton and
promised to remove it in ocata.
[1] I0ac0c699071324b218f63422354a871b7fa3b81e
Depends-On: I3aa1d145d21d587355af538a3569adf0b4ca715f
Change-Id: I589e6c0f2f44f3e5e54ee9d9368dfa2423dec1d3
From python 2.7.9 on, the ssl verification is enabled by default,
This commit adds 2 options for VNX Manila driver, so user is able
to control the ssl verification.
Closes-bug: 1669202
Implements: blueprint vnx-ssl-verification-options
Change-Id: Iedad15e077c0537e133f81e6d537798482789160
The unity driver is creating the file system with allocated capacity
which caused the usable space is less then the size specified by user.
This patch changed the driver to create file system with user capacity.
Besides, change the version to 3.0.0 for Pike release.
Closes-Bug: 1674882
Change-Id: I2acf294d45662fd91a153fcd1f76202c3ad10132
In before, Manila devstack plugin create the service endpoint in
"extra" stage. This caused issue of other services that depends
on the manila endpoints that are not yet created. This commit
move the endpoint creation to "post-config" stage, which is the
practice of other OpenStack services
Change-Id: I3adfbf78d0792471a29c7ff979aad1418e6137d4
Currently, The user access name is limited to 32 characters in manila API service,
but actually the user access name is longer than 32 characters. so we need
to change user access name limit from 32 to 255 characters
APIImpact
Closes-bug: 1674908
Change-Id: I68d8afabcd3fef57e472b4067ea8949e0aa8f53a