diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-10-18 10:53:24 +0100 |
---|---|---|
committer | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-10-26 10:53:46 +0000 |
commit | 31eac948bba5cf442981fdc7b1392992aaef1f15 (patch) | |
tree | 47f6a29e2a44c7aec05c8fc705b6c2c9fdad40a3 /samples/vnf_samples/nsut | |
parent | a4084d27de22c64ecb690369c7bed49175703adf (diff) |
Pod file fix for Prox 2 port
Removing the "keyfile" from the pod file to align with other
pod files for 1 and 4 port. The file when used as such currently
gives an error. This change will fix that.
JIRA:YARDSTICK-1477
Change-Id: Ibfa9387d068a0098ea0eb0b31ad96108d0602abc
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Diffstat (limited to 'samples/vnf_samples/nsut')
-rw-r--r-- | samples/vnf_samples/nsut/prox/prox-baremetal-2.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/vnf_samples/nsut/prox/prox-baremetal-2.yaml b/samples/vnf_samples/nsut/prox/prox-baremetal-2.yaml index 1390e4a67..dc1df4e57 100644 --- a/samples/vnf_samples/nsut/prox/prox-baremetal-2.yaml +++ b/samples/vnf_samples/nsut/prox/prox-baremetal-2.yaml @@ -22,7 +22,6 @@ nodes: user: "root" ssh_port: "22" password: "r00t" - key_filename: "" interfaces: xe0: vpci: "0000:05:00.0" @@ -45,7 +44,6 @@ nodes: user: "root" ssh_port: "22" password: "r00t" - key_filename: "" interfaces: xe0: vpci: "0000:05:00.0" |