Fixes typo in neutron_350.py

There is a typo in the message that appears  when an answerfile is
generated using PackStack CLI. I removed an extra "O" from "chosen" &
capitalized the project name Neutron.

Change-Id: I0d6062c4c1491014d7fbdc07693be2f9cf847232
Closes-Bug: 1711363
This commit is contained in:
trilliams 2019-05-17 10:26:33 -05:00
parent 9852f01d04
commit 2f76151fee
1 changed files with 2 additions and 2 deletions

View File

@ -445,8 +445,8 @@ def initConfig(controller):
"USE_DEFAULT": False,
"NEED_CONFIRM": False,
"CONDITION": False,
"MESSAGE": ("You have choosen OVN neutron backend. Note that this backend does not support the VPNaaS or FWaaS services. "
"Geneve will be used as encapsulation method for tenant networks"),
"MESSAGE": ("You have chosen OVN Neutron backend. Note that this backend does not support the VPNaaS or FWaaS services. "
"Geneve will be used as the encapsulation method for tenant networks"),
"MESSAGE_VALUES": ["ovn"]},
{"CMD_OPTION": "os-neutron-ml2-sriov-interface-mappings",