Merge "[maas] Adopt maas.machines.storage"
[fuel.git] / mcp / patches / 0006-maas-module-Add-VLAN-DHCP-enable-support.patch
index aa829e0..d2f5311 100644 (file)
@@ -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 <Alexandru.Avadanii@enea.com>
 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']