masakari:stable/rocky

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/rocky https://git.launchpad.net/masakari

Branch merges

Branch information

Name:
stable/rocky
Repository:
lp:masakari

Recent commits

ae176ea... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

6ead53b... by Ian Wienand

Merge "Replace openstack.org git:// URLs with https://" into stable/rocky

a0b7d07... by Ian Wienand

Replace openstack.org git:// URLs with https://

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: I0896f5c56e11b743adab75ce1df2cce93ae52573

250068a... by Corey Bryant

Py3: Ensure wsgi headers are not bytes type

In Python 3, running the Masakari API as a wsgi application was
resulting in "TypeError: expected unicode object, value of type
bytes found". It looks like headerlist should not include bytes
type objects so let's ensure they are str objects for Python 3.

Change-Id: Ica030c540970474cd2511ffe0ba653d7bb057849
Partial-Bug: #1815657
(cherry picked from commit 041af276d725456cdf6e45d09a013e38188d803d)

a48607a... by Rikimaru Honjo

Add masakari-systemfault-integration-ci to .zuul.yaml

This patch modifies .zuul.yaml to run masakari-systemfault-integration-ci.

Change-Id: Ib28c572534af335c2809c1f91c37f445da3907f4

9fdec8d... by Nguyen Hai

import zuul job settings from project-config

This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I021fec939cddc7a592f7b6cf776e6692d726e042
Story: #2002586
Task: #24310

c742bb4... by Tushar Patil

Add masakari-custom-recovery-methods.conf in etc/masakari

Added missing masakari-custom-recovery-methods.conf in
etc/masakari directory.

Closes-Bug: #1786742
Change-Id: Ic758c4cd7375403d028dda26bc4aefef37b8f43b

b69e939... by OpenStack Release Bot <email address hidden>

Update UPPER_CONSTRAINTS_FILE for stable/rocky

The new stable upper-constraints file is only available
after the openstack/requirements repository is branched.
This will happen around the RC1 timeframe.

Recheck and merge this change once the requirements
repository has been branched.

The CI system will work with this patch before the requirements
repository is branched because zuul configues the job to run
with a local copy of the file and defaults to the master branch.
However, accepting the patch will break the test configuration
on developers' local systems, so please wait until after the
requirements repository is branched to merge the patch.

Change-Id: I427a5c69ae940dccbe4c41015ee2a00645ad9ce7

b893f8e... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/rocky

Change-Id: I2521e279fa1f936f48e8d83cce62668c14603c52

ad3dc73... by Bhagyashri Shewale

Add hooks for recovery method customization plugins

This change adds hooks for pulling in plugins for
Interoperable recovery method customization taksflow
by configuring the actions in terms of execution order,
extra parameters to execute commands in action.

Implements: blueprint recovery-method-customization

Change-Id: I8150935ce0a4e592bd0f87bb3c7b3e599cefa033