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:
parent
c2c6b4a99b
commit
b883b7106a
@ -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
|
||||
|
@ -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)
|
||||
|
13
cloudinit-datasources.patch
Normal file
13
cloudinit-datasources.patch
Normal 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',
|
Loading…
Reference in New Issue
Block a user