3677 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
2a88d85e6b Updated from global requirements
Change-Id: Ie7b9a6a7537b63eed10263768025dc3febd42a32
2017-04-12 04:13:44 +00:00
Jenkins
8ddb0f2dbf Merge "Updated from global requirements" 2017-04-10 12:09:51 +00:00
Jenkins
2fb902d8e2 Merge "Remove log translations in others 5/5" 2017-04-08 22:30:46 +00:00
Jenkins
fddb11eb74 Merge "devstack: skip nfs kernel install if nfs-ganesha" 2017-04-08 04:07:20 +00:00
OpenStack Proposal Bot
f6375f5cc4 Updated from global requirements
Change-Id: I8038b4b59dbac8200e4179fffa6bd50d0fcc72f8
2017-04-08 03:58:33 +00:00
yfzhao
8dd6cd5850 Remove log translations in others 5/5
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.
This is the 5/5 commit.
Old commit will be abandoned: https://review.openstack.org/#/c/447822/

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: Ifebf6bf1ab8280c3ad3c573ae3772624bf47b461
Depends-On: I9fd264a443c634465b8548067f86ac14c1a51faa
Partial-Bug: #1674542
2017-04-08 02:19:02 +00:00
Jenkins
d54f16067c Merge "Replace six.iteritems() with .items()" 2017-04-08 02:12:55 +00:00
Jenkins
eaa22371cb Merge "Fix dedup/compression description in doc" 2017-04-07 19:31:14 +00:00
Jenkins
d9f2f59539 Merge "Remove log translations in share and share_group 4/5" 2017-04-07 15:52:27 +00:00
yfzhao
89b453be50 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I52b4ea9445143afc5e2f5f050373951a61a39327
2017-04-07 14:00:17 +08:00
Jenkins
421ca3f680 Merge "Add sem-ver flag so pbr generates correct version" 2017-04-05 16:15:13 +00:00
Jenkins
877b5f1879 Merge "Fix important:: directive display in install guide" 2017-04-05 11:50:40 +00:00
Jenkins
7408444d0b Merge "Update to current tempest tag" 2017-04-05 11:49:45 +00:00
Emilien Macchi
9b1d29e207 Add sem-ver flag so pbr generates correct version
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
2017-04-05 11:45:48 +00:00
Colleen Murphy
54223ca38b Fix important:: directive display in install guide
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
2017-04-05 12:06:19 +02:00
vponomaryov
2668da7bf0 [CI] Add support for CI jobs with custom images
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
2017-04-04 17:46:09 +03:00
OpenStack Proposal Bot
77c118dd8e Updated from global requirements
Change-Id: I182356fa8c6cad7da419114a73d9a17e179e3c36
2017-04-03 21:52:38 +00:00
Jenkins
9dfdc680ad Merge "Remove service_instance_network_helper_type option" 2017-04-03 19:40:12 +00:00
Jenkins
1455758ccd Merge "Add read-only tests for cephx access rules" 2017-04-03 14:16:24 +00:00
Tom Barron
eb2954ae80 Remove service_instance_network_helper_type option
It is no longer used and was deprecated [1] in the previous
release.

TrivialFix

[1] I14768a237b9d7ebc5aa55733bc6bc0531ec3fbb4

Change-Id: If6375322e254fa6f13649411aef2c92bf368e7ed
2017-04-03 07:51:41 -04:00
Jenkins
bea5203b6b Merge "[Rally] fix jobs" 2017-04-03 09:12:41 +00:00
Tom Barron
423fd16671 Update to current tempest tag
Change-Id: I8f93ecf12bbe309a4156a2583bd6f57187f36607
2017-04-01 06:17:49 -04:00
Jenkins
bf3a91ac33 Merge "Use HostAddressOpt for opts that accept IP and hostnames" 2017-04-01 05:14:48 +00:00
Dustin Schoenbrun
8d3dbe2e13 Add read-only tests for cephx access rules
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
2017-03-31 12:57:28 +00:00
Jenkins
4aa7335f4e Merge "Remove log translations in scheduler 3/5" 2017-03-31 11:24:45 +00:00
yfzhao
059fae0ed5 Remove log translations in share and share_group 4/5
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.
This is the 4/5 commit.
Old commit will be abandoned: https://review.openstack.org/#/c/447822/

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: Ia46e9dc4953c788274f5c9b763b2fed96c28d60e
Depends-On: I9fd264a443c634465b8548067f86ac14c1a51faa
Partial-Bug: #1674542
2017-03-31 10:20:11 +08:00
yfzhao
cd09242ba5 Remove log translations in scheduler 3/5
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.
This is the 3/5 commit.
Old commit will be abandoned: https://review.openstack.org/#/c/447822/

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I0c1dd123ce8d08c797780c7706c684a939371719
Depends-On: I9fd264a443c634465b8548067f86ac14c1a51faa
Partial-Bug: #1674542
2017-03-31 00:54:26 +08:00
Jenkins
1a23fd8f63 Merge "Remove unnecessary setUp function in testcase" 2017-03-30 16:31:06 +00:00
Jenkins
f80676fa83 Merge "Remove log translations in cmd,common,data,db and network 2/5" 2017-03-30 14:05:04 +00:00
Andrey Kurilin
0a634dccc2 [Rally] fix jobs
`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
2017-03-30 15:12:22 +03:00
XieYingYun
4031288054 Remove unnecessary setUp function in testcase
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
2017-03-30 18:50:49 +08:00
yfzhao
b709ec37b6 Remove log translations in cmd,common,data,db and network 2/5
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.
This is the 2/5 commit.
Old commit will be abandoned: https://review.openstack.org/#/c/447822/

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: Idd32423ebc0d92fa6311955e6a5edf088ab9219f
Depends-On: I9fd264a443c634465b8548067f86ac14c1a51faa
Partial-Bug: #1674542
2017-03-30 10:09:18 +08:00
OpenStack Proposal Bot
972e0a7362 Updated from global requirements
Change-Id: I743a8c3e4d5cd6317636405b2e2b9a0beee757e0
2017-03-29 22:41:16 +00:00
Jenkins
0e82302b92 Merge "Remove log translations in api 1/5" 2017-03-29 21:54:44 +00:00
yfzhao
d510ee8f92 Remove log translations in api 1/5
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.
This is the 1/5 commit.
Old commit will be abandoned: https://review.openstack.org/#/c/447822/

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I9fd264a443c634465b8548067f86ac14c1a51faa
Partial-Bug: #1674542
2017-03-29 16:55:05 +08:00
OpenStack Proposal Bot
38044bd968 Updated from global requirements
Change-Id: Ib72c697567c1b31472ab9124811031350fb7ea50
2017-03-28 22:43:30 +00:00
Jenkins
28692aaf9c Merge "Handle SSL from VNX driver" 2017-03-28 22:26:31 +00:00
Jenkins
cbd8891b99 Merge "Remove deprecated manila-all command" 2017-03-28 21:03:17 +00:00
Tom Barron
226c6fb0a3 Remove deprecated manila-all command
Change [1] deprecated this command in newton and
promised to remove it in ocata.

[1] I0ac0c699071324b218f63422354a871b7fa3b81e

Depends-On: I3aa1d145d21d587355af538a3569adf0b4ca715f

Change-Id: I589e6c0f2f44f3e5e54ee9d9368dfa2423dec1d3
2017-03-28 14:04:16 -04:00
Tom Barron
0ba18fabc9 setup _IntegratedTestBase without verbose flag
We do not use it and it causes unit test failures.

Change-Id: I3aa1d145d21d587355af538a3569adf0b4ca715f
Closes-Bug: #1676972
2017-03-28 13:37:10 -04:00
Jenkins
ffe135a5b3 Merge "[Dell EMC Unity] Create with user capacity" 2017-03-27 13:43:04 +00:00
Jenkins
ff7e1321e1 Merge "Move create_manila_accounts to post-config" 2017-03-27 05:07:27 +00:00
Peter Wang
bf0f42858b Handle SSL from VNX driver
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
2017-03-27 11:59:07 +08:00
Jenkins
3f2ad74c58 Merge "Align policy.json with code" 2017-03-26 04:03:28 +00:00
Tina
f07e09cbb8 [Dell EMC Unity] Create with user capacity
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
2017-03-25 14:24:55 +00:00
Hongbin Lu
c0c3aa035c Move create_manila_accounts to post-config
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
2017-03-24 21:28:07 -05:00
Jenkins
5f53762f6f Merge "change user access name limit from 32 to 255 characters" 2017-03-24 19:23:59 +00:00
OpenStack Proposal Bot
2da1632b70 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I92514cd9a36e02b7b6b6cc2f8fa4edc562139263
2017-03-24 07:52:06 +00:00
zhongjun
5887f25883 change user access name limit from 32 to 255 characters
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
2017-03-24 09:54:05 +08:00
Jenkins
ed19930c72 Merge "Revert "Handle ssl for VNX manila driver"" 2017-03-23 15:40:03 +00:00