Remove commented parts
This commit is contained in:
parent
2fa710df57
commit
64ce9fd919
@ -12,22 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from muranoclient.common import base
|
||||
|
||||
|
||||
# class MetadataClient(base.Resource):
|
||||
# def __repr__(self):
|
||||
# return "<Metadata Client %s>" % self._info
|
||||
#
|
||||
#
|
||||
# class MetadataClientManager(base.Manager):
|
||||
# resource_class = MetadataClient
|
||||
#
|
||||
# def get_ui_archive(self):
|
||||
# return self._get('/v1/client/ui')
|
||||
#
|
||||
# def conductor(self):
|
||||
# return self._get('/v1/client/conductor')
|
||||
|
||||
class Controller(object):
|
||||
def __init__(self, http_client):
|
||||
|
Loading…
x
Reference in New Issue
Block a user