yes
I saw those code in extensions.mgmt.volume.models.py
class StorageDevices(object):
@staticmethod
def load(context):
client = create_cinder_client(context)
rdstorages = client.rdstorage.list()
for rdstorage in rdstorages:
LOG.debug("rdstorage=" + str(rdstorage))
return [StorageDevice(storage_info)
for storage_info in rdstorages]
--
Best
Li Tianqing
At 2015-04-19 19:02:47, "Amrith Kumar" <amrith at tesora.com> wrote:
This bug is not valid, are you hitting this issue?
-amrith
From: Li Tianqing [mailto:jazeltq at 163.com]
Sent: Sunday, April 19, 2015 3:06 AM
To:openstack-dev at lists.openstack.org
Subject: [openstack-dev] [all][trove]when the mgmt can ready ?
Hi all,
https://bugs.launchpad.net/trove/+bug/1130929
those bug was set invalid one year ago, and what's the process for handling this bug in one year? It is too slow....
--
Best
Li Tianqing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150419/251edd62/attachment.html>