
The openstack doc standard location is 'user', so go with that. Incorporate pages from the shade and occ docs into the appropriate places in the user index file. This still leaves user/logging and user/guide/logging which need to be rationalized. That will come in the next commit, as it also needs to actually rationalize the logging helper functions. Remove the Makefile, as it's not used by things. Change-Id: I26f36370ef9651f4bcaa7dee3b903309463d9592
2.0 KiB
Database API
For details on how to use database, see /user/guides/database
openstack.database.v1._proxy
The Database Class
The database high-level interface is available through the
database
member of a ~openstack.connection.Connection
object. The
database
member will only be added if the service is
detected.
Database Operations
openstack.database.v1._proxy.Proxy
openstack.database.v1._proxy.Proxy.create_database
openstack.database.v1._proxy.Proxy.delete_database
openstack.database.v1._proxy.Proxy.get_database
openstack.database.v1._proxy.Proxy.find_database
openstack.database.v1._proxy.Proxy.databases
Flavor Operations
openstack.database.v1._proxy.Proxy
openstack.database.v1._proxy.Proxy.get_flavor
openstack.database.v1._proxy.Proxy.find_flavor
openstack.database.v1._proxy.Proxy.flavors
Instance Operations
openstack.database.v1._proxy.Proxy
openstack.database.v1._proxy.Proxy.create_instance
openstack.database.v1._proxy.Proxy.update_instance
openstack.database.v1._proxy.Proxy.delete_instance
openstack.database.v1._proxy.Proxy.get_instance
openstack.database.v1._proxy.Proxy.find_instance
openstack.database.v1._proxy.Proxy.instances
User Operations
openstack.database.v1._proxy.Proxy
openstack.database.v1._proxy.Proxy.create_user
openstack.database.v1._proxy.Proxy.delete_user
openstack.database.v1._proxy.Proxy.get_user
openstack.database.v1._proxy.Proxy.find_user
openstack.database.v1._proxy.Proxy.users