X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fpatches%2F0006-maas-module-Add-VLAN-DHCP-enable-support.patch;h=d2f531168529c3feb5723bc9bdd36e8ea2b029fc;hb=0a8568d9f170d6c3b42d2dd35db440b4251f9a5d;hp=aa829e076309841203d5f23e4a9c66e534b1a3ca;hpb=8c6d4ba39ff626c5f24bd84a2958b07692ea0294;p=fuel.git diff --git a/mcp/patches/0006-maas-module-Add-VLAN-DHCP-enable-support.patch b/mcp/patches/0006-maas-module-Add-VLAN-DHCP-enable-support.patch index aa829e076..d2f531168 100644 --- a/mcp/patches/0006-maas-module-Add-VLAN-DHCP-enable-support.patch +++ b/mcp/patches/0006-maas-module-Add-VLAN-DHCP-enable-support.patch @@ -1,3 +1,11 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2018 Mirantis Inc., Enea AB and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: From: Alexandru Avadanii Date: Sat, 19 Aug 2017 02:03:01 +0200 Subject: [PATCH] maas: module: Add VLAN DHCP enable support @@ -30,6 +38,7 @@ diff --git a/_modules/maas.py b/_modules/maas.py index d3227ca..8a2243d 100644 --- a/_modules/maas.py +++ b/_modules/maas.py +@@ -204,6 +204,7 @@ 'gateway_ip': subnet['gateway_ip'], } self._iprange = subnet['iprange']