Remove agent_update from the compute manager.
It appears that this method of the compute method has never been used
since it was added in fa0b64b500, so just
remove it.
It was also added to the virt driver API, but the only use is internally
to the xenapi driver, so leave it as an internal thing to that driver
only.
Part of blueprint no-db-messaging.
Change-Id: Idb2c823421e714fa364affbbb80d28175b9b5b4e
This commit is contained in:
@@ -539,19 +539,6 @@ class ComputeDriver(object):
|
||||
"""
|
||||
pass
|
||||
|
||||
def agent_update(self, instance, url, md5hash):
|
||||
"""
|
||||
Update agent on the specified instance.
|
||||
|
||||
The first parameter is an instance of nova.compute.service.Instance,
|
||||
and so the instance is being specified as instance.name. The second
|
||||
parameter is the URL of the agent to be fetched and updated on the
|
||||
instance; the third is the md5 hash of the file for verification
|
||||
purposes.
|
||||
"""
|
||||
# TODO(Vek): Need to pass context in for access to auth_token
|
||||
raise NotImplementedError()
|
||||
|
||||
def inject_network_info(self, instance, nw_info):
|
||||
"""inject network info for specified instance"""
|
||||
# TODO(Vek): Need to pass context in for access to auth_token
|
||||
|
||||
Reference in New Issue
Block a user