Merge "Exclude neutron-dynamic-routing from abandon script"
This commit is contained in:
commit
0f29e8ec25
@ -103,7 +103,9 @@ project = "$CLEAN_PROJECT"
|
||||
data = urlopen("https://raw.githubusercontent.com/openstack/"
|
||||
"governance/master/reference/projects.yaml")
|
||||
governance = yaml.safe_load(data)
|
||||
stadium = governance["neutron"]["deliverables"].keys()
|
||||
stadium = governance["neutron"]["deliverables"]
|
||||
stadium.pop('neutron-dynamic-routing', None)
|
||||
stadium = stadium.keys()
|
||||
query = ["project:openstack/%s" % p for p in stadium]
|
||||
if project:
|
||||
print(project if project in query else "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user