commit 14f0753dd4b7616e307e076b6aaee57e20f4a06d
Author: Artur Svechnikov <email address hidden>
Date: Wed Jun 1 14:40:32 2016 +0300
Change format of dpdk ovs_socket_mem
PyYAML recognizes 1,1,1,1 as string, however,
the Hiera think that this is a list and as result
we have 1111. Thus it's better to avoid ambiguous
formats and use list instead of comma separeted string.
Reviewed: https:/ /review. openstack. org/323814 /git.openstack. org/cgit/ openstack/ fuel-web/ commit/ ?id=14f0753dd4b 7616e307e076b6a aee57e20f4a06d
Committed: https:/
Submitter: Jenkins
Branch: master
commit 14f0753dd4b7616 e307e076b6aaee5 7e20f4a06d
Author: Artur Svechnikov <email address hidden>
Date: Wed Jun 1 14:40:32 2016 +0300
Change format of dpdk ovs_socket_mem
PyYAML recognizes 1,1,1,1 as string, however,
the Hiera think that this is a list and as result
we have 1111. Thus it's better to avoid ambiguous
formats and use list instead of comma separeted string.
Change-Id: I360c880d68af36 6fdd96a3ceeebb5 f73403ffb85
Closes-Bug: #1587898