[Bug 1440263] Re: CloudStack reset password not working

2015-11-04 Thread Erik Weber
Yes, would appreciate if this was backported to trusty as well. -- 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/1440263 Title: CloudStack reset password not working To manage

[Bug 1440263] Re: CloudStack reset password not working

2015-07-30 Thread Nux-m
Do you know if these fixed packages have made it into the latest Ubuntu cloud images? Or when they are scheduled to be added to them? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1440263] Re: CloudStack reset password not working

2015-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/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/1440263 Title: CloudStack reset password not working To manage notifications about this

[Bug 1440263] Re: CloudStack reset password not working

2015-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1127-0ubuntu1 --- cloud-init (0.7.7~bzr1127-0ubuntu1) wily; urgency=medium [ Scott Moser ] * d/README.source, debian/cherry-pick-rev: improve packaging tool [ Daniel Watkins ] * d/cloud-init.templates: Include SmartOS

[Bug 1440263] Re: CloudStack reset password not working

2015-06-16 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/1440263 Title: CloudStack reset password not working To manage notifications about this bug go

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Dan Watkins
Thomas, Could you test the code in the branch that is now attached to this bug and see if that solves your problem? Thanks, Dan -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~daniel-thewatkins/cloud-init/lp1464253 -- 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/1440263 Title: CloudStack reset password not working To manage

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Thomas Moroder (server24)
Dan, I have tested this script against Ubuntu 14.04 in our cloud and now it works flawlessly, but in addition to the patch provided the file: /usr/lib/python2.7/dist-packages/cloudinit/config/cc_set_passwords.py adding the following: ... from cloudinit import util from string import letters,

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Thomas Moroder (server24)
Dan, thank you for providing this patch, I am testing it right now and will let you know ASAP. Sincerely, Thomas Moroder server24 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1440263] Re: CloudStack reset password not working

2015-06-11 Thread Thomas Moroder (server24)
Sorry, my patch for DataSourceCloudStack.py does not work because instead of $PASSWORD_SERVER_IP, self.virtual_router_address has to be used (it was working in my test setup as I call the legacy cloudstack set guest password script thereafter), but the cause of the issue is really the now

[Bug 1440263] Re: CloudStack reset password not working

2015-06-11 Thread Thomas Moroder (server24)
The problem has two (possible) causes: (1) the cloud-init scripts only run once per instance, this can be fixed by Dan Watkings' addition above; (2) when using ACS 4.5.1 with newer sytem-templates, the password server now responds correctly with full HTTP-headers (and is also a lot faster). This

[Bug 1440263] Re: CloudStack reset password not working

2015-06-11 Thread Thomas Moroder (server24)
(you can verify this by trying to use HTTP/1.0 200 OK as password :D) Thomas Moroder -- 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/1440263 Title: CloudStack reset password not

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Erik Weber
I'm having issues where the core cloud-init fetches the password before the per-boot script is run, thus invalidating the functionality (passwords can only be fetched once). IMHO, the datasourceprovider should only fetch the password if it intends to do anything with it, which afaik is on the

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** 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.

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Dan Watkins
Hi pdion891, Erik, Thanks for taking the time to report this bug, we're always keen to improve the cloud-init experience for users. I believe that you're seeing this because the set_passwords module runs PER_INSTANCE. Could you try spinning up a test instance and modifying

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Dan Watkins
(You'll find the cloudinit directory in /usr/lib/python2.7/dist- packages, or /usr/lib/python3/dist-packages on vivid) -- 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/1440263

[Bug 1440263] Re: cloudstack reset password not working

2015-04-03 Thread pdion891
current method to support password reset with cloud-init is to use CloudStack default script and execute it from the /var/lib/cloud/scripts /per-boot. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1440263] Re: cloudstack reset password not working

2015-04-03 Thread pdion891
** Also affects: cloud-init Importance: Undecided Status: New ** Summary changed: - cloudstack reset password not working + CloudStack reset password not working -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in