Fixes bug in ConfigDriveService initialization

This commit is contained in:
Alessandro Pilotti 2013-04-23 14:26:14 -07:00
parent 083cae60da
commit 0644611d84

View File

@ -39,6 +39,7 @@ LOG = logging.getLogger(__name__)
class ConfigDriveService(base.BaseMetadataService):
def __init__(self):
super(ConfigDriveService, self).__init__()
self._metadata_path = None
def load(self):