summaryrefslogtreecommitdiff
path: root/trove/cmd/guest.py
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-01-10 18:37:58 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-01-28 14:27:52 +1300
commit602c4d42de77d1be0397185b04f2790f4bae87b7 (patch)
tree57a91b0024c9ed917571e411df27a111e1341f44 /trove/cmd/guest.py
parent54987b60a738abfbe8171b889da1658468dcf9ca (diff)
downloadtrove-602c4d42de77d1be0397185b04f2790f4bae87b7.tar.gz
Improve the function tests
- Execute test groups in serial to make sure no more than 2 database instance are created at the same time. - Remove some unneccesary tests - Remove unneeded datastore, e.g. 'Test_Datastore_1' - Remove unsupported trovestack subcommands - Move unsupported DIB elements to the 'deprecated-elements' folder - Decrease default value of 'agent_call_high_timeout' to 5min - Add initial_deplay for pooling task - Use socket file to connect with database instead of using localhost IP Change-Id: Ie5030a671fbeb453eafa6cbe04e08da7b52e33c9
Diffstat (limited to 'trove/cmd/guest.py')
-rw-r--r--trove/cmd/guest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/trove/cmd/guest.py b/trove/cmd/guest.py
index d45ebf0d..6e12db57 100644
--- a/trove/cmd/guest.py
+++ b/trove/cmd/guest.py
@@ -50,9 +50,6 @@ def main():
"was not injected into the guest or not read by guestagent"))
raise RuntimeError(msg)
- # BUG(1650518): Cleanup in the Pike release
- # make it fatal if CONF.instance_rpc_encr_key is None
-
# rpc module must be loaded after decision about thread monkeypatching
# because if thread module is not monkeypatched we can't use eventlet
# executor from oslo_messaging library.