[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1072-0ubuntu1 --- cloud-init (0.7.7~bzr1072-0ubuntu1) vivid; urgency=medium * d/control: move software-properties-common to Recommends this helps reduce snappy builds * New upstream snapshot. * fix MAAS datasource

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1072-0ubuntu1 --- cloud-init (0.7.7~bzr1072-0ubuntu1) vivid; urgency=medium * d/control: move software-properties-common to Recommends this helps reduce snappy builds * New upstream snapshot. * fix MAAS datasource

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-03 Thread Dan Watkins
https://bugs.launchpad.net/cloud-init/+bug/1427687 is probably also related to this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427263 Title: Vivid: DataSourceCloudSigma.py[WARNING]:

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-03 Thread Dan Watkins
https://bugs.launchpad.net/cloud-init/+bug/1427687 is probably also related to this issue. -- 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:

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Scott Moser
i'll have to finish this tomorrow, but given 'patch-image' at http://paste.ubuntu.com/10507095/ and the deb attached, we'r emuch closer. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Scott Moser
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

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Scott Moser
i'll have to finish this tomorrow, but given 'patch-image' at http://paste.ubuntu.com/10507095/ and the deb attached, we'r emuch closer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427263 Title:

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Scott Moser
** Attachment added: possible fixed deb https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1427263/+attachment/4332650/+files/cloud-init_0.7.7%7Ebzr1072-1_all.deb -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Scott Moser
** Attachment added: possible fixed deb https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1427263/+attachment/4332650/+files/cloud-init_0.7.7%7Ebzr1072-1_all.deb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Scott Moser
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

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- 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

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427263 Title: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data To manage

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Ben Howard
Cause is that any instance that returns dmi data will be flags as running on CloudSIgma: From cloudinit/sources/DataSourceCloudSigma.py 45 def is_running_in_cloudsigma(self): 46

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Ben Howard
Scratch the prior comment. My analysis is incorrect. Brad can you get /var/log/cloud* and /var/lib/cloud? -- 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:

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Ben Howard
Cause is that any instance that returns dmi data will be flags as running on CloudSIgma: From cloudinit/sources/DataSourceCloudSigma.py 45 def is_running_in_cloudsigma(self): 46

[Bug 1427263] Re: Vivid: DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi data

2015-03-02 Thread Ben Howard
Scratch the prior comment. My analysis is incorrect. Brad can you get /var/log/cloud* and /var/lib/cloud? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427263 Title: Vivid: