Comment 15 for bug 1435712

Revision history for this message
OSCI Robot (oscirobot) wrote : Fix merged to openstack/nova (openstack-ci/fuel-6.0-updates/2014.2)

Reviewed: https://review.fuel-infra.org/4944
Committed: https://review.fuel-infra.org/gitweb?p=openstack/nova.git;a=commitdiff;h=d8ad272db279dfc2b062c6ed4ed5a14c09ac7963
Submitter: Vitaly Sedelnik
Branch: openstack-ci/fuel-6.0-updates/2014.2

commit d8ad272db279dfc2b062c6ed4ed5a14c09ac7963
Author: Alex Ermolov <email address hidden>

Transform IPAddress to string when creating port

If ip address is provided when running nova boot, nova compute
will invoke neutron client to create a port. However, the ip
address parameter is an IPAddress object so neutron client will
fail to send the request to neutron server. Transform IPAddress
object to string to address this issue.

Change-Id: I858cca475748795aa2532f32bfe0f1443b30966f
Closes-Bug: #1435712