SHA256
1
0
forked from pool/cloud-init

Accepting request 183655 from Cloud:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/183655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-07-19 14:51:15 +00:00
committed by Git OBS Bridge
parent 977266dbf5
commit 3e26e9102c
5 changed files with 220 additions and 56 deletions

View File

@@ -1,5 +1,46 @@
-------------------------------------------------------------------
Tue Jun 18 21:28:58 UTC 2013 - rschweikert@suse.com
Thu Jul 11 08:00:50 UTC 2013 - speilicke@suse.com
- Install service files into /lib/systemd/system on 12.2, the UsrMove
happened afterwards
-------------------------------------------------------------------
Wed Jul 10 07:15:50 UTC 2013 - speilicke@suse.com
- Re-imported from IBS and some cleanup
- Package LICENSE
- Install service files to /usr/lib/systemd/system, not /etc/...
- Drop %py_requires, there are several autorequires for SLES and openSUSE
- Drop $all facility Required-Start in sysvinit/cloud-final
-------------------------------------------------------------------
Wed Jun 26 15:41:24 UTC 2013 - bwiedemann@suse.com
- require python-boto >= 2.7 because it fails with 2.5.2
-------------------------------------------------------------------
Wed Jun 26 13:07:41 UTC 2013 - rschweikert@suse.com
- fix stray character in patch introduced by previous changes
-------------------------------------------------------------------
Wed Jun 26 12:37:10 UTC 2013 - rschweikert@suse.com
- fix zypper command in slesHandler, use non-interactive mode
-------------------------------------------------------------------
Wed Jun 19 17:32:11 UTC 2013 - rschweikert@suse.com
- fix duplicate entry in the config w.r.t. ssh key generation
- fix distro indicator setting, sles vs. opensuse
-------------------------------------------------------------------
Tue Jun 18 21:48:21 UTC 2013 - rschweikert@suse.com
- Integrate the sysV init script changes from Jens
-------------------------------------------------------------------
Tue Jun 18 21:23:46 UTC 2013 - rschweikert@suse.com
- integrate changes from HP
+ update the sles handler, do not modify the util code integrate
@@ -10,7 +51,7 @@ Tue Jun 18 21:28:58 UTC 2013 - rschweikert@suse.com
~ python-argparse
~ python-configobj
~ python-oauth
+ update the cloud-init config file
+ update the cloud-init config file
-------------------------------------------------------------------
Sat Jun 15 10:40:42 UTC 2013 - rschweikert@suse.com