diff options
| author | vladimir.p <vladimir@zadarastorage.com> | 2011-07-28 00:45:16 -0700 |
|---|---|---|
| committer | vladimir.p <vladimir@zadarastorage.com> | 2011-07-28 00:45:16 -0700 |
| commit | 16cbba0838e9a2ac712b91b103dc794b0edebd00 (patch) | |
| tree | d09c0128f4c0e911a3626887b8f0145207eae684 /nova/api | |
| parent | b4159d95c32382d124c3f3f0a49f8ad9f2d41036 (diff) | |
more commented code removed
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/contrib/virtual_storage_arrays.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/contrib/virtual_storage_arrays.py b/nova/api/openstack/contrib/virtual_storage_arrays.py index 68a00fd7d..842573f8a 100644 --- a/nova/api/openstack/contrib/virtual_storage_arrays.py +++ b/nova/api/openstack/contrib/virtual_storage_arrays.py @@ -180,8 +180,6 @@ class VsaVolumeDriveController(volumes.VolumeController): ]}}} def __init__(self): - # self.compute_api = compute.API() - # self.vsa_api = vsa.API() self.volume_api = volume.API() super(VsaVolumeDriveController, self).__init__() |
