SHA256
1
0
forked from pool/cloud-init

- add cloudinit-datasources.patch: Fixes datasource list

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=20
This commit is contained in:
Dirk Mueller 2014-07-23 05:40:07 +00:00 committed by Git OBS Bridge
parent c2c6b4a99b
commit b883b7106a
3 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Tue Jul 22 22:31:17 UTC 2014 - dmueller@suse.com
- fix typo in cloud.cfg (gowpart -> growpart)
- add cloudinit-datasources.patch: Fixes datasource list
-------------------------------------------------------------------
Mon Jul 7 17:21:54 UTC 2014 - rschweikert@suse.com

View File

@ -37,6 +37,7 @@ Patch5: openSUSEhostsTemplate.diff
Patch6: dynamicInitCmd.diff
# FIXME suseSetInitCmd.patch send upstream once the SUSE handlers are accepted
Patch7: suseSetInitCmd.patch
Patch8: cloudinit-datasources.patch
BuildRequires: fdupes
BuildRequires: filesystem
BuildRequires: python-devel
@ -124,6 +125,7 @@ Unit tests for the cloud-init tools
%patch5
%patch6
%patch7
%patch8 -p1
%if 0%{?suse_version} <= 1130
# disable ecdsa for SLE 11 (not available)

View File

@ -0,0 +1,13 @@
Index: cloud-init-0.7.5/cloudinit/settings.py
===================================================================
--- cloud-init-0.7.5.orig/cloudinit/settings.py
+++ cloud-init-0.7.5/cloudinit/settings.py
@@ -37,7 +37,7 @@ CFG_BUILTIN = {
'OVF',
'MAAS',
'GCE',
- 'OpenStack'
+ 'OpenStack',
'Ec2',
'CloudSigma',
'CloudStack',