agent interface
novaclient.v2.agents.
Agent
(manager, info, loaded=False, resp=None)Bases: novaclient.base.Resource
Populate and bind to a manager.
Parameters: |
|
---|
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.
Parameters: | id – The agent’s id to delete |
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
list
(hypervisor=None)List all agent builds.
resource_class
alias of 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.