Updated the root history property names.

This commit is contained in:
Ed Cranford
2012-04-19 17:39:59 -05:00
parent 9fa1947adb
commit 3e92682e3a
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ from reddwarfclient.flavors import Flavors
from reddwarfclient.instances import Instances
from reddwarfclient.hosts import Hosts
from reddwarfclient.management import Management
from reddwarfclient.management import RootHistory
from reddwarfclient.root import Root
from reddwarfclient.storage import StorageInfo
from reddwarfclient.users import Users

View File

@@ -21,7 +21,7 @@ from reddwarfclient.instances import Instance
class RootHistory(base.Resource):
def __repr__(self):
return ("<Root History: Instance %s enabled at %s by %s>"
% (self.id, self.root_enabled_at, self.root_enabled_by))
% (self.id, self.created, self.user))
class Management(base.ManagerWithFind):
"""