The hosts admin extension.
Bases: Controller
The Hosts API controller for the OpenStack API.
Shows the volume usage info given by hosts.
req – security context
id – hostname
dict – the host resources dictionary. ex.:
{'host': [{'resource': D},..]}
D: {'host': 'hostname','project': 'admin',
'volume_count': 1, 'total_volume_gb': 2048}
Bases: ExtensionDescriptor
Admin-only host administration.
List of extensions.ResourceExtension extension objects.
Resources define new nouns, and are accessible through URLs.
Makes sure that the host exists.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.