scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Tests: Rackspace tests are broken with latest openstack sdk #14

Closed scottwernervt closed 6 years ago

scottwernervt commented 6 years ago

See https://travis-ci.org/scottwernervt/cloudstorage/jobs/343504229

self = <Driver: CLOUDFILES IAD>, service_name = 'cloudFiles'
    def _get_server_public_url(self, service_name: str) -> str:
        """Return the public endpoint URL for a particular service region.

            `https://storage101.iad3.clouddrive.com/v1/MossoCloudFS_XXXXX`

            :param service_name: Service name: `cloudFiles` or `cloudFilesCDN`.
            :type service_name: str

            :return: Public URL for the requested service.
            :rtype: str

            :raises CloudStorageError: If service name is not found in catalog.
            """
>       service_catalog = self.conn.authenticator.auth_ref. \
            service_catalog.catalog
E       AttributeError: 'Connection' object has no attribute 'authenticator'