Add gitreview and zuul config
Added gitreview, zuul config and drive-by lint fix. Change-Id: I7b3dd9a2e4734e041cb19194d0321d0236ff66d1
This commit is contained in:
4
.gitreview
Normal file
4
.gitreview
Normal file
@@ -0,0 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/charm-cinder-purestorage.git
|
||||
5
.zuul.yaml
Normal file
5
.zuul.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- project:
|
||||
templates:
|
||||
- python35-charm-jobs
|
||||
- openstack-python3-train-jobs
|
||||
- openstack-cover-jobs
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
"""Encapsulate cinder-purestorage testing."""
|
||||
|
||||
import logging
|
||||
import uuid
|
||||
|
||||
import zaza.model
|
||||
|
||||
Reference in New Issue
Block a user