agent interface
novaclient.v2.agents.Agent(manager, info, loaded=False, resp=None)¶Bases: novaclient.base.Resource
Populate and bind to a manager.
manager – BaseManager object
info – dictionary representing resource attributes
loaded – prevent lazy-loading if set to True
resp – Response or list of Response objects
novaclient.v2.agents.AgentsManager(api)¶Bases: novaclient.base.ManagerWithFind
create(os, architecture, version, url, md5hash, hypervisor)¶Create a new agent build.
delete(id)¶Deletes an existing agent build.
id – The agent’s id to delete
An instance of novaclient.base.TupleWithMeta
list(hypervisor=None)¶List all agent builds.
resource_class¶alias of novaclient.v2.agents.Agent
update(id, version, url, md5hash)¶Update an existing agent build.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.