summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZhao Chao <zhaochao1984@gmail.com>2018-02-08 23:05:19 +0800
committerZhao Chao <zhaochao1984@gmail.com>2018-02-09 14:30:50 +0800
commit29362a18a465a7b1c92c1f97132fb0784f978504 (patch)
tree25d06508d9db8e6359adfc60b41c7ba040beb2f9 /etc
parent9e5186b95bba51d911a0de9e6d6bd412c478aef4 (diff)
downloadtrove-29362a18a465a7b1c92c1f97132fb0784f978504.tar.gz
Remove support of creating volume from Nova.
Current Nova server volume support is broken. Nova also declared the 'os-volumes_boot' will be deprecated in the future. As creating volumes by cinderclient has been supoorted for a long time, we could just drop support of Nova server volume. This patch also migrate to the new block_device_mapping_v2 parameter of Nova servers creating API. Closes-Bug: #1673408 Change-Id: I74d86241a5a0d0b1804b959313432168f68faf89 Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/trove/trove-taskmanager.conf.sample3
-rw-r--r--etc/trove/trove.conf.test1
2 files changed, 0 insertions, 4 deletions
diff --git a/etc/trove/trove-taskmanager.conf.sample b/etc/trove/trove-taskmanager.conf.sample
index a535e628..fca7b95c 100644
--- a/etc/trove/trove-taskmanager.conf.sample
+++ b/etc/trove/trove-taskmanager.conf.sample
@@ -104,9 +104,6 @@ agent_call_low_timeout = 5
agent_call_high_timeout = 150
agent_replication_snapshot_timeout = 36000
-# Whether to use nova's contrib api for create server with volume
-use_nova_server_volume = False
-
# Config option for filtering the IP address that DNS uses
# For nova-network, set this to the appropriate network label defined in nova
# For neutron, set this to .* since users can specify custom network labels
diff --git a/etc/trove/trove.conf.test b/etc/trove/trove.conf.test
index b0f14093..8f675d81 100644
--- a/etc/trove/trove.conf.test
+++ b/etc/trove/trove.conf.test
@@ -92,7 +92,6 @@ agent_call_low_timeout = 5
agent_call_high_timeout = 150
server_delete_time_out=10
-use_nova_server_volume = False
dns_time_out = 120
resize_time_out = 120
revert_time_out = 120