Noticed some pep8 errors, fixed them.

This commit is contained in:
Sumit Naiksatam
2011-08-24 03:27:54 -07:00
parent 0e88293280
commit 0bb571f24b
2 changed files with 3 additions and 5 deletions

View File

@@ -83,8 +83,7 @@ class Libvirt802dot1QbhDriver(VIFDriver):
'instance_desc': \
{'user_id': user_id,
'project_id': project_id,
'vif_id': vif_id
}}}
'vif_id': vif_id}}}
client = Client(HOST, PORT, USE_SSL, format='json', tenant=TENANT_ID,
action_prefix=ACTION_PREFIX_CSCO)