Fix compute-feature-enabled option

By mistake on my previous patch
https://review.openstack.org/#/c/486551/ I use _ instead of - and the
option in tempest.conf is compute-feature-enabled instead of
compute_feature_enabled

Change-Id: Idfb147b016ab62cfcc7054dfb70bcdd60ad9c94a
This commit is contained in:
Arx Cruz 2017-07-25 12:43:26 +02:00
parent 00be4cf8af
commit c7d6b0a3cb

View File

@ -150,7 +150,7 @@ ${TEMPESTCONF} --out etc/tempest.conf \
auth.admin_username $OS_USERNAME \
auth.use_dynamic_credentials true \
{% endif %}
compute_feature_enabled.attach_encrypted_volume False \
compute-feature-enabled.attach_encrypted_volume False \
network.tenant_network_cidr {{ tenant_network_cidr }} \
object-storage.operator_role swiftoperator \
compute.build_timeout 500 \