diff --git a/troveclient/root.py b/troveclient/root.py index 4940002f..10323d26 100644 --- a/troveclient/root.py +++ b/troveclient/root.py @@ -40,4 +40,4 @@ class Root(base.ManagerWithFind): False otherwise""" resp, body = self.api.client.get(self.url % instance_id) check_for_exceptions(resp, body) - return body['rootEnabled'] + return self.resource_class(self, body, loaded=True)