forked from pool/cloud-init
- Fix dataSourceOpenNebula.patch, missing closing paren
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=45
This commit is contained in:
parent
2723c2efbb
commit
58376ea864
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 14 14:24:07 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
- Fix dataSourceOpenNebula.patch, missing closing paren
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 14 12:24:55 UTC 2016 - rjschwei@suse.com
|
Wed Sep 14 12:24:55 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
# add global DNS servers to all interfaces
|
# add global DNS servers to all interfaces
|
||||||
- dns = self.get_dns(dev)
|
- dns = self.get_dns(dev)
|
||||||
+ dns = self.get_dns(interface
|
+ dns = self.get_dns(interface)
|
||||||
if global_dns or dns:
|
if global_dns or dns:
|
||||||
all_dns = global_dns
|
all_dns = global_dns
|
||||||
if dns:
|
if dns:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user