Age | Commit message (Collapse) | Author |
|
Add simple script to setup mysql and postgresql databases, this script
can be run by users during testing and will be run by CI systems for
specific setup before running unit tests. This is exactly what is
currently done by OpenStack CI in project-config.
This allows to change in project-config the python-db jobs to
python-jobs since python-jobs will call this script initially.
See also
http://lists.openstack.org/pipermail/openstack-dev/2016-November/107784.html
Change-Id: Id5aa984bf85ff6ab2f4d14ebba14870b6579415b
Notes (review):
Code-Review+1: Vladimir Kuklin <vkuklin@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 06 Feb 2017 17:10:50 +0000
Reviewed-on: https://review.openstack.org/428356
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
Change-Id: I7d76f7984a1870c070126b0ccde160f320576cf3
Notes (review):
Code-Review+2: Roman Sokolkov <rsokolkov@mirantis.com>
Workflow+1: Roman Sokolkov <rsokolkov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 28 Dec 2016 15:01:55 +0000
Reviewed-on: https://review.openstack.org/407910
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
This fix has been lost during the process of
migration of cluster data manipulation functionality
from the octane to this extension.
Change-Id: Ife92cbd0e8d8f8376ffcb1f333d1fac9e911ff3e
Closes-bug: 1573100
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 05 Dec 2016 09:30:46 +0000
Reviewed-on: https://review.openstack.org/406079
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.
For more information about this effort, please read this email thread:
http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html
To see an example of how this would look like check:
https://gist.github.com/0c30147f2cdf5a9c99dd9469315d9316
Change-Id: I23493f3126982b59a3e19bd3c5f072295cdd6b30
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 14 Jan 2017 16:41:54 +0000
Reviewed-on: https://review.openstack.org/403045
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change-Id: I19fc51f9fd316a7828267afc995275585a225e30
Implements: blueprint role-decomposition
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Sergey Abramov <sabramov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 09 Nov 2016 10:29:39 +0000
Reviewed-on: https://review.openstack.org/395502
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
|
|
|
|
Change-Id: Ic5eb4b4308feba55cbb97ebc63c1a41b4ed14de8
Notes (review):
Code-Review+1: Dmitriy Stremkovskiy <dstremkouski@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 23 Sep 2016 22:27:35 +0000
Reviewed-on: https://review.openstack.org/374812
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
This patch adds new data pipline for seed cluster that add to cluster
deployment info attributes about upgrade
Change-Id: I0630e75508552927b67065ff85cb6bac1bb88f61
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 23 Sep 2016 22:25:06 +0000
Reviewed-on: https://review.openstack.org/373995
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Checks that network roles mapping from original release is a subset of
network roles mapping of new cluster's release.
Change-Id: I521e70bf3df289abf3e71c5c1558faf7126db964
Partial-Bug: #1619162
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 21 Sep 2016 15:05:05 +0000
Reviewed-on: https://review.openstack.org/368944
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Python 3.3 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it also.
Change-Id: I6a13718ac5e205702bf0baa60e8e552f7cfce1a1
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 23 Sep 2016 22:21:33 +0000
Reviewed-on: https://review.openstack.org/373622
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
for creating of network groups in the seed cluster
such as in the original cluster
Change-Id: I17f95756fa26ef0f7df0e969f9f1ba4331047c8d
Closes-Bug: #1616817
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+1: Fedor Zhadaev <fzhadaev@mirantis.com>
Code-Review+1: Sergey Novikov <snovikov@mirantis.com>
Code-Review+1: Alexey Stepanov <astepanov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 20 Sep 2016 09:58:32 +0000
Reviewed-on: https://review.openstack.org/365038
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
* netgroups mapping was changed (additional argument
for the mapping was added - name of node group)
* copying of node group during cluster cloning was added
Depends-On: I2638279371e91f15090c782fc5fdbb434a2e85f8
Partial-bug: #1612297
Change-Id: Ib1689d7b6d673c0d78434dd047a7ebc520c232e7
Co-Authored-By: Ryan Moe <rmoe@mirantis.com>
Co-Authored-By: Andrew Woodward <awoodward@mirantis.com>
Co-Authored-By: Ilya Kharin <akscram@gmail.com>
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 19 Sep 2016 08:23:01 +0000
Reviewed-on: https://review.openstack.org/362135
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change-Id: I67574e8f020901bbd634375a717888a892b362d2
Notes (review):
Code-Review+1: Anastasia Balobashina <atolochkova@mirantis.com>
Code-Review+1: Alexey Stepanov <astepanov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 14 Sep 2016 17:01:00 +0000
Reviewed-on: https://review.openstack.org/370168
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
due to changes functions get_assigned_vips and
assign_given_vips_for_net_groups in nailgun.network.manager
in the next commit (I2638279371e91f15090c782fc5fdbb434a2e85f8)
Change-Id: I93e43be60dacc9ba5546cb50ba04a98bd35d276c
(cherry picked from commit 2d12209aaab6959e0572873f1dd357a08d140634)
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 13 Sep 2016 14:18:25 +0000
Reviewed-on: https://review.openstack.org/362067
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change-Id: Ic03f729c738745ff18c849cb4f3a4b5b8d3fe90c
Closes-Bug: #1618177
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 14 Sep 2016 13:56:30 +0000
Reviewed-on: https://review.openstack.org/362327
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change-Id: I9075cbe428013f4b5ee140c0b784712b4ff0fa56
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 08 Sep 2016 21:35:36 +0000
Reviewed-on: https://review.openstack.org/367019
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
This patch adds an ability to re-assign a set of the given nodes at
once. This feature was technically available but not exposed to the
client. A groupped re-assigning allows to effectively re-provision nodes
by creating an atomic task in Astute.
Change-Id: I4a7c7e35d844683ef73ad7f8459d1892e80e0a64
Related-Bug: #1616925
Notes (review):
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 07 Sep 2016 15:02:53 +0000
Reviewed-on: https://review.openstack.org/365168
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
|
|
Change-Id: I65124237604fe6718ad6c351825f192a98d470fb
(cherry picked from commit 55422ddce7b0e9e1b9976504500de8a1688a99d7)
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 02 Sep 2016 22:29:38 +0000
Reviewed-on: https://review.openstack.org/365157
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
|
|
|
|
Change-Id: Ie7b982cac3fa19a431f0368c933cd6dd0877e256
Notes (review):
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Workflow+1: Yuriy Taraday <yorik.sar@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 30 Aug 2016 09:03:45 +0000
Reviewed-on: https://review.openstack.org/362431
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
|
|
The test was also fixed and returned to the integrational manner.
Change-Id: Iea2301c95ec84e10cda8e1437f85f10c0c3e5437
Closes-Bug: #1617943
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 29 Aug 2016 19:01:07 +0000
Reviewed-on: https://review.openstack.org/362004
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change-Id: I65124237604fe6718ad6c351825f192a98d470fb
Notes (review):
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 01 Sep 2016 20:31:03 +0000
Reviewed-on: https://review.openstack.org/362169
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
* add deployment_tasks in clone release
* fix typo
* copy net_roles_metadata on src releases
Change-Id: Ia3b29f3f6d36442d5980e9fdff951bfcc3ad814f
Closes-bug: 1617247
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Workflow+1: Yuriy Taraday <yorik.sar@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 29 Aug 2016 14:38:57 +0000
Reviewed-on: https://review.openstack.org/360645
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change-Id: I62b4f8d1a0a75337d617959b0d7cbc104279018b
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 21:28:16 +0000
Reviewed-on: https://review.openstack.org/360086
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
|
|
|
|
|
|
|
|
Required for create new release just for upgrade, that have overwrited
params. This params are valid for orig cluster release.
Change-Id: Ib2387b9c2b74902c7289ee8f69a5f5d323ec82ca
Notes (review):
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Workflow+1: Yuriy Taraday <yorik.sar@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 19:52:17 +0000
Reviewed-on: https://review.openstack.org/359968
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
Move upgrade vips code to the transformer
Change-Id: Ia6935521b8b90b73fb74ba92859e7febf74c4ced
Notes (review):
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 19:59:09 +0000
Reviewed-on: https://review.openstack.org/348971
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
octane have some dirty hacks to change volumes attributes using nailgun
as a library, such modifications should be done in a extension
Change-Id: I422bb368916f3a319e286edcc6103a2834097a87
Notes (review):
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 19:59:04 +0000
Reviewed-on: https://review.openstack.org/350675
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
|
|
|
|
Change-Id: Iafa1baa6a1ca4d701ec89e49dd9d6f969804c82e
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Workflow+1: Yuriy Taraday <yorik.sar@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 18:13:28 +0000
Reviewed-on: https://review.openstack.org/349489
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Add instalation section
Change-Id: Ib16132ab9c18d757e96e98304fdd8339ddf5497a
Notes (review):
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 19:31:47 +0000
Reviewed-on: https://review.openstack.org/359125
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Implement transformations that are applied to cluster attributes during
environment cloning.
Conversion from text to text_list type has been limited to dns_list and
ntp_list keys only to keep predictable behavior.
Change-Id: I1ff596f850bd42243697cad1c1c35f0cf1386376
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Sergey Abramov <sabramov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 16:11:27 +0000
Reviewed-on: https://review.openstack.org/359397
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
This change introduces new transformation mechanism:
- all available transformations are listed in setuptools entry points
under namespace like this (for cluster transformations):
nailgun.cluster_upgrade.transformations.cluster.9.0 =
dns_list = ...
ntp_list = ...
nailgun.cluster_upgrade.transformations.cluster.8.0 =
...
<etc>
- config file will include section that specifies enabled
transformations like this:
CLUSTER_UPGRADE_TRANSFORMATIONS:
cluster:
9.0: dns_list ntp_list ...
8.0: ...
7.0: ...
(only default values are implemented here, actual config support will
follow)
- when transformations are applied to clone cluster from version X to
version Y, first transformations for version X+1 are applied, then
X+2, and so on ending with transformations for version Y.
Since Nailgun doesn't provide any special extension initialization
callback, a Lazy wrapper is implemented to facilitate transformations
manager usage in extension.
Change-Id: I8ee75b54180106ad46c1df67f8d5937d6bd810a1
Notes (review):
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Sergey Abramov <sabramov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 24 Aug 2016 16:08:42 +0000
Reviewed-on: https://review.openstack.org/358820
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Changing of an operating system for clouds nodes is not supported and is
not tested at all. That's why this additional validation was added.
Change-Id: Ibf6db17f783879eff88e2366dfdb0a2871e2aa0a
Notes (review):
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+1: Valyavskiy Viacheslav <vvalyavskiy@mirantis.com>
Code-Review+2: Yuriy Taraday <yorik.sar@gmail.com>
Workflow+1: Yuriy Taraday <yorik.sar@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 23 Aug 2016 20:14:58 +0000
Reviewed-on: https://review.openstack.org/358879
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Currently we have the generic huge list of packages installed on each
test run, fix that to include only necessary packages.
Change-Id: Ic218c7640dea8a65999259dda006ed59cd87bfb9
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Sergey Abramov <sabramov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 23 Aug 2016 12:17:37 +0000
Reviewed-on: https://review.openstack.org/359074
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
Change Ia3da3bd809bcca923d53666eca54def78c995f65 broke our handlers as
it incorporated destructive changes to all handlers.
Change-Id: I688e833b1fb8b658f01b7f858a140c315fa513a2
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+1: Nikita Zubkov <nzubkov@mirantis.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 23 Aug 2016 11:48:15 +0000
Reviewed-on: https://review.openstack.org/359066
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/master
|
|
|
|
Change-Id: I994304bdc8eaf7e4da175981cb721d41a286fed0
Depends-On: Id0bc78478cf3f40767fed760cd54e487a934fa10
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Sergey Abramov <sabramov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 22 Aug 2016 15:37:02 +0000
Reviewed-on: https://review.openstack.org/351202
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
|
|
|
|
* change_env_settings function was moved to cluster upgrade extention
* merge generated attributes code was written
Change-Id: I6d1e27b8b0c01f3251067bc88931cd2354feb5ce
Partial-Bug: #1602587
(cherry picked from commit dc2e3f930957b2c8af2d6c6a60bfcc6c5e6bb061)
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Workflow+1: Ilya Kharin <akscram@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 15 Aug 2016 16:53:33 +0000
Reviewed-on: https://review.openstack.org/355555
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
|