creating network with transparent vlan fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
New
|
Undecided
|
Unassigned |
Bug Description
creating a new provider network with the following command will fail:
openstack network create --share --provider-
the return is a python trace with the message: "CommandError: Error while executing command: Internal Server Error"
looking at the output bit more closely it does not even send the --transparent-vlan option:
Using https:/
REQ: curl -g -i --cacert "/etc/ssl/
so for whatever reason it does not even send the transparent vlan flag.