Fixed lint

This commit is contained in:
Liam Young 2014-09-28 14:14:19 +00:00
parent 88c409b4a8
commit 01e0c47d36
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ class NeutronCCContext(context.NeutronContext):
rid=rid,
unit=unit)
cell_type = relation_get(attribute='cell_type',
rid=rid,
unit=unit)
rid=rid,
unit=unit)
if cell_type and not cell_type == "api":
continue
if ctxt['nova_url']: