Add Zuul config

Without this I don't think we can merge any patches. Just a minimal
one for now while we sort out which jobs need to and can run on this
repo.

Also fixes a pep8 error so this can pass the pep8 job.

Change-Id: If2601ecd3d3596455d9826a9a0e1c5c8c27d3aab
This commit is contained in:
Ben Nemec 2019-01-15 08:29:12 -06:00
parent 51b31cd9a2
commit 5b2ca11ff1
2 changed files with 3 additions and 1 deletions

3
.zuul.yaml Normal file
View File

@ -0,0 +1,3 @@
- project:
templates:
- openstack-python-jobs

View File

@ -259,7 +259,6 @@ def _write_role_nodes(nodes, args):
(profile, outfile))
def main():
args = _parse_args()
bmc_base, baremetal_base, undercloud_name = _get_names(args)