This change organizes the message docs by topic rather than letting autodoc organize methods by the order they appear in the _proxy.py file. These were not previously included so they're technically all brand new. There are some minor adjustments made to the docstrings as they weren't known to be raising warnings before due to not actually being included anywhere. Change-Id: Id4b8f08015a6f00b8134fcd2a01506562d9787fb
904 B
904 B
Message API v1
For details on how to use message, see /users/guides/message
openstack.message.v1._proxy
The Message v1 Class
The message high-level interface is available through the
message member of a ~openstack.connection.Connection object. The
message member will only be added if the service is
detected.
Message Operations
openstack.message.v1._proxy.Proxy
openstack.message.v1._proxy.Proxy.claim_messages
openstack.message.v1._proxy.Proxy.create_messages
openstack.message.v1._proxy.Proxy.delete_message
Queue Operations
openstack.message.v1._proxy.Proxy
openstack.message.v1._proxy.Proxy.create_queue
openstack.message.v1._proxy.Proxy.delete_queue