Merge "Remove api/v0.1 to access to ceph mgr RESTful plugin"

This commit is contained in:
Zuul 2019-05-02 16:53:14 +00:00 committed by Gerrit Code Review
commit 308ba12776

View File

@ -28,7 +28,7 @@ class CephApiOperator(object):
def __init__(self): def __init__(self):
self._ceph_api = ceph.CephWrapper( self._ceph_api = ceph.CephWrapper(
endpoint='http://localhost:5001/api/v0.1/') endpoint='https://localhost:5001/')
def ceph_status_ok(self, timeout=10): def ceph_status_ok(self, timeout=10):
""" """