This change prepares the zun project to start implementing policies
in code. Subsequent patches will register more zun policies in code
and remove the corresponding entry from the policy file maintained in
source.
This is part of a community effort to provide better user experience
for those having to maintain RBAC policy. More information on this
effort can be found below:
https://governance.openstack.org/tc/goals/queens/policy-in-code.html
bp policy-and-docs-in-code
Change-Id: I4b0cf1203f7d7ddda240106bd39ef35bce604810
When build the docs, the directory doc/source/_static will be
generated, therefore, add this will ignore the directory stuff
at everyone commit
Change-Id: I8ee2b16f6f4fafcb63ce64471e7a3c255637faf7
* checkout one commit before the latest and check coverage
* check coverage with the latest commit
* all new lines must be tested
This functionallity essentially compares the current change
with the master branch, since the coverage job runs always
for only one change.
Change-Id: I902f209b87656cca9746a3536cff03b58c7e4222
Closes-Bug: #1670199
Etcd set up process [1] will generate some extra
files, this commit cleans up the files.
[1]https://review.openstack.org/#/c/365552/
Change-Id: Id09c89191575e8039988aaad09b693e844e084cb
All contents mentioning higgins are updated to zun
using below 3 patterns:
:%s/higgins/zun/g
:%s/HIGGINS/ZUN/g
:%s/Higgins/Zun/g
Co-Authored-By: Hongbin Lu <hongbin.lu@huawei.com>
Change-Id: I33a979aa01421524c1cff6fb5cc2b4023bf1fe84
The goal is to enable higgins-api and higgins-conductor service
Currently swift service in devstack repo using "-s" to test swift
service is enable or not, "higgins-*" will be known as swift service,
devstack will then install swift too, swift team is woking on fix that
in devstack.
BTW, higgins-api port chosed as '9517'.
Test passed locally.
Change-Id: Ie12cab26a4916c4232b92c04e53098fc450a0a44