yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58967
[Bug 1642679] Re: The OpenStack network_config.json implementation fails on Hyper-V compute nodes
Hi,
I've subscribed Xiang to this as he recently pinged me on a different string that may appear as a network device. My response to him was:
| This non-sense really needs to stop.
| We need to fix openstack to stop sending arbitrary "types" of network
| devices that mean nothing to the guest.
|
| No *new* ones should be allowed.
|
| 'vhostuser' or 'ovs' means nothing to the guest. They just see a nic.
| They can't possibly use that information in any way, so telling them is
| not helpful. The type of the device should be 'tap' or 'ethernet'.
|
| Can you submit a merge proposal upstream that does that?
|
| We can take these things in, but they're silly and quite obviously busted,
| unless you have some information that shows why they're not.
I'm willing to take this, but lets *please* work to fix the source
of the problem.
Adrian,
Can you please file a merge proposal upstream to fix this?
You're welcome to use this bug. I've made it "Also affects nova".
** Also affects: nova
Importance: Undecided
Status: New
--
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/1642679
Title:
The OpenStack network_config.json implementation fails on Hyper-V
compute nodes
Status in cloud-init:
New
Status in OpenStack Compute (nova):
New
Bug description:
We have discovered an issue when booting Xenial instances on OpenStack
environments (Liberty or newer) and Hyper-V compute nodes using config
drive as metadata source.
When applying the network_config.json, cloud-init fails with this error:
http://paste.openstack.org/show/RvHZJqn48JBb0TO9QznL/
The fix would be to add 'hyperv' as a link type here:
/usr/lib/python3/dist-packages/cloudinit/sources/helpers/openstack.py, line 587
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1642679/+subscriptions
References