SHA256
1
0
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:
Robert Schweikert 2016-09-14 14:24:42 +00:00 committed by Git OBS Bridge
parent 2723c2efbb
commit 58376ea864
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -80,7 +80,7 @@
# add global DNS servers to all interfaces
- dns = self.get_dns(dev)
+ dns = self.get_dns(interface
+ dns = self.get_dns(interface)
if global_dns or dns:
all_dns = global_dns
if dns: