Input in this test is incorrect. neutron help port-create shows:
--fixed-ip ip_address=IP_ADDR desired IP for this port: subnet_id=<name_or_id>,ip_address=<ip>, (This option can be repeated.)
but ip-address(no underscore) was specified in test.
Verified correct funtionality when ip_address was given. Also verified nova boot with v4-fixed-ip.
Input in this test is incorrect. neutron help port-create shows:
desired IP for this port:
subnet_ id=<name_ or_id>, ip_address= <ip>, (This option
can be repeated.)
--fixed-ip ip_address=IP_ADDR
but ip-address(no underscore) was specified in test.
Verified correct funtionality when ip_address was given. Also verified nova boot with v4-fixed-ip.
Also seems that latest python- neutronclient disallows incorrect input per /bugs.launchpad .net/python- neutronclient/ +bug/1318022
https:/