← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1548682] Re: xenapi: swap_xapi_host should use urlunparse to create new url

 

This looks like it should be proposed as a spec.

More information about blueprints and specs available here:
https://wiki.openstack.org/wiki/Blueprints

For an example spec, see here: https://specs.openstack.org/openstack
/nova-specs/specs/ocata/template.html

** Changed in: nova
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1548682

Title:
  xenapi: swap_xapi_host should use urlunparse to create new url

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Currently swap_xapi_host() only use replace() to change the hostname
  of original url, but this could not deal with the situation like:

  swap_xapi_host("http://hostname:port/hostname";, 'otherserver')

  Should use the result of urlparse to create a new result with the host
  changed, and then use urlunparse()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1548682/+subscriptions


References