DPDK deployment fails when there is no deprecated parameters

When no deprecated parameters in role_data and enabling flag
'uses_deprecated_params', deployment fails as the parameter_groups
has no parameters added to computeovsdpdk-role file. As there are
no deprecated parameters for this role, this flag should be disabled.
Closes-Bug: #1754546

Change-Id: I95c7683b56c82c2cd8d67863867ed8a4f617d1f0
This commit is contained in:
Saravanan KR 2018-03-08 22:03:30 +05:30
parent 07857e3f87
commit 2278c7646b

View File

@ -11,7 +11,6 @@
- Storage
HostnameFormatDefault: '%stackname%-computeovsdpdk-%index%'
disable_upgrade_deployment: True
uses_deprecated_params: True
deprecated_nic_config_name: 'compute-dpdk.yaml'
ServicesDefault:
- OS::TripleO::Services::Aide