Tripleo-Heat-Template, example for NeutronSriovNumVFs causes parsing error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Sanjay Upadhyay |
Bug Description
As per the file - puppet/
40 NeutronSriovNumVFs:
41 description: >
42 Provide the list of VFs to be reserved for each SR-IOV interface.
43 Format "<interface_
44 Example "eth1:4096"
45 type: comma_delimited
46 default: ""
However if we give a parameter as - "eth1:4096"
Traceback (most recent call last):
File "/usr/lib/
ret_val = super(OpenStack
File "/usr/lib/
result = self.run_
File "/usr/lib/
ret_value = super(OpenStack
File "/usr/lib/
result = cmd.run(
File "/usr/lib/
return super(Command, self).run(
File "/usr/lib/
return self.take_
File "/usr/lib/
self.
File "/usr/lib/
new_tht_root, tht_root)
File "/usr/lib/
cleanup=not parsed_
File "/usr/lib/
env_
File "/usr/lib/
env = environment_
File "/usr/lib/
raise ValueError(yea)
ValueError: while parsing a block mapping
in "<string>", line 46, column 3:
InternalA
^
expected <block end>, but found ','
in "<string>", line 87, column 46:
... icalDevMappings: "eth1:4096"
--
The resolution is to pass the parameter as "eth1:4096,
Changed in tripleo: | |
assignee: | nobody → Sanjay Upadhyay (saneax) |
Changed in tripleo: | |
importance: | Undecided → High |
milestone: | none → ocata-3 |
Fix proposed to branch: master /review. openstack. org/408511
Review: https:/