can not create a server with IPv4 and IPv6 fixed ip
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
i can not create a server with a fixed IPv4 and IPv6 in the same network but different subnets. I get the following error when using:
openstack server create --flavor x --image y --boot-from-volume 10 --nic net-id=
i get the following error:
openstack server create: error: argument --nic: Invalid argument net-id=
this seems to be hardcoded here: https:/
therefore it is not possible to create a vm with a dual stack directly. as a work around one would have to create the port before and attach it or leave the ipv6 address away and add it after creation.
| Changed in python-openstackclient: | |
| assignee: | nobody → Kim Taewoo (ktw030313) |
| Changed in python-openstackclient: | |
| assignee: | Kim Taewoo (ktw030313) → nobody |
Fix proposed to branch: master /review. opendev. org/c/openstack /python- openstackclient /+/995003
Review: https:/