Does mos8 support "fuel env" command with options "mode and neutron"?
$> fuel --fuel-version
api: '1'
auth_required: true
feature_groups:
- mirantis
openstack_version: liberty-8.0
release: '8.0'
$> fuel env -c --name region1 --release 2 --mode ha --net neutron --nst vlan
*usage: fuel environment [-h] [--env ENV]
[--list | --set | --delete | --create | --update]
[--release RELEASE] [--force] [--name NAME]
[--nst {gre,vlan,tun}] [--deployment-tasks]
[--attributes] [--download | --upload] [--dir DIR]
fuel environment: error: argument --nst/--net-segment-type: invalid choice: 'neutron' (choose from 'gre', 'vlan', 'tun')*
$> fuel env create --name region1 --rel 2 --mode ha --network-mode neutron --net-segment-type vlan
*fuel: error: unrecognized arguments: --mode ha --network-mode neutron*
But in the mos8 documentation the above command is provided to configure deployment using "mode and neutron" options. [https://docs.mirantis.com/openstack/fuel/fuel-8.0/pdf/Fuel-8.0-UserGuide.pdf (https://docs.mirantis.com/openstack/f...)]
Could anyone help me in this.