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" <[email protected]> wrote:


This bug is not valid, are you hitting this issue?

 

-amrith

 

From: Li Tianqing [mailto:[email protected]]
Sent: Sunday, April 19, 2015 3:06 AM
To:[email protected]
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

 
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to