[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data
Scott Moser
smoser at ubuntu.com
Mon Mar 2 21:03:35 UTC 2015
ben, this is fallout of python3.
My work-in-progress is at lp:~smoser/cloud-ilp1427263
the maas datasource is busted in [at least] 2 ways
a.) get_cmdline_url() was broken (fixed that)
b.) oauthlib doesn't seem to be working right
http://paste.ubuntu.com/10506162/
$ dpkg-query --show python3-oauthlib
python3-oauthlib 0.6.1-1
$ python3 -c 'import oauthlib; oauthlib.oauth1.Client("foo", client_secret="foo_bar")'
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'oauth1'
the use of oauthlib is as described in
https://oauthlib.readthedocs.org/en/latest/oauth1/client.html
** Changed in: cloud-init (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1427263
Title:
Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor
product name via dmi data
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1427263/+subscriptions
More information about the Ubuntu-server-bugs
mailing list