openstack-cyborg:stable/pike

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

Branch merges

Branch information

Name:
stable/pike
Repository:
lp:openstack-cyborg

Recent commits

a8450eb... 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.

c41c95b... 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: Iae87fbc18b7b14bca10e043b5438892259f5fc3c
Story: #2002586
Task: #24291

98ac013... by Jenkins <email address hidden>

Merge "add api unit test"

2a71b8e... by zhuli

add api unit test

add api unit test to validate the accelerator_post function.

1. load a test app for pecan framework test
2. mock out the accelerator_create function in Conductor RPCAPI
3. post test request to '/accelerators' endpoint
4. do the check between request and response

Change-Id: I5d565d0d7ed56c27555666e52e34f5fd67005dcf

a4640d7... by Jenkins <email address hidden>

Merge "Add devstack plugin for Cyborg"

5ee1144... by Zhipeng

Pike doc clean up

Several clean up performed in this patch:

* remove readme in the doc/source
* move installation.rst and usage.rst to the new userdoc/
* add api.rst to userdoc/
* add introduction.rst in doc/source
* add index.rst in every folder
* add release info in every spec

Change-Id: I9ea96993f916b753cc1aa16c2ea2983b93922f23
Signed-off-by: zhipengh <email address hidden>

1039235... by Jenkins <email address hidden>

Merge "Update and replace http with https for doc links in cyborg"

f454e41... by ShangXiao

Update and replace http with https for doc links in cyborg

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I5644f38cf56f1e3b6a31252523a3bf28248e9f08

d69a11b... by Rushil Chugh

Add devstack plugin for Cyborg

Change-Id: Ie6c5ca4b995bbdaa97c963cb7d1e0ba3f4e290ee

4e45b86... by Jenkins <email address hidden>

Merge "add authtoken-middleware"