trove/trove
Lingxian Kong c33fa67066 Support to create public trove instance
- The users need to specify the network to create Trove instance, but
  trove-taskmanager will create port in that network for Nova instance
  creation. Using port gives Trove more capabilities to define how the
  database service is exposed.
- Deprecate ICMP protocol for the instance.
- Restrict 'nics' parameter for creating instance.
- Add 'access' parameter for creating instance.
- Add 'public_network_id' option in order to create floating IP for the
  instance.
- Do not create records for security groups, but Trove can still delete
  existing instances for backward compatibility.
- Delete unreasonable Host, Account, Storage API.

Story: 2006500
Task: 36468
Task: 36466
Change-Id: I80827e1ad5e6b130cbf94c2bb7a909c44d5cf1e5
2019-09-11 11:28:00 +12:00
..
backup Support to create public trove instance 2019-09-11 11:28:00 +12:00
cluster Support to create public trove instance 2019-09-11 11:28:00 +12:00
cmd Fix modules import order 2019-02-28 15:16:17 +01:00
common Support to create public trove instance 2019-09-11 11:28:00 +12:00
conductor report_root should always use context.user 2018-02-07 17:05:54 +08:00
configuration Support to create public trove instance 2019-09-11 11:28:00 +12:00
datastore Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
db Support to create public trove instance 2019-09-11 11:28:00 +12:00
dns Add a designate V2 API dns driver 2019-08-14 22:09:27 +00:00
extensions Support to create public trove instance 2019-09-11 11:28:00 +12:00
flavor Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
guestagent Support to create public trove instance 2019-09-11 11:28:00 +12:00
hacking Remove log translations 2018-01-24 17:21:26 +00:00
instance Support to create public trove instance 2019-09-11 11:28:00 +12:00
limits Handle isotime deprecation in oslo_utils.timeutils 2017-06-09 16:22:11 +00:00
module Support to create public trove instance 2019-09-11 11:28:00 +12:00
network Support to create public trove instance 2019-09-11 11:28:00 +12:00
quota Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
taskmanager Support to create public trove instance 2019-09-11 11:28:00 +12:00
templates Fix Mariadb replication config 2019-03-20 16:19:08 +01:00
tests Support to create public trove instance 2019-09-11 11:28:00 +12:00
volume_type Associate datastore, version with volume-type 2016-12-19 14:24:09 -05:00
README Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
__init__.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
rpc.py Add functionality to define different Message and Notification destination 2018-01-05 10:31:49 +08:00
version.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
versions.py Allow host URL for versions to be configurable 2018-02-07 11:31:45 +08:00

README

This is the trove code itself