From c33fa6706678131e7625a605e2f1dd3a2b0cd362 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Thu, 5 Sep 2019 23:21:08 +1200 Subject: 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 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 5c8b9a98..a6055554 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ console_scripts = trove-status = trove.cmd.status:main trove.api.extensions = - account = trove.extensions.routes.account:Account mgmt = trove.extensions.routes.mgmt:Mgmt mysql = trove.extensions.routes.mysql:Mysql -- cgit v1.2.1