remove dhcp failed yang 85/54085/2
authorDavid Goldberg <gdavid@hpe.com>
Thu, 30 Mar 2017 07:35:55 +0000 (10:35 +0300)
committerDavid Goldberg <gdavid@hpe.com>
Thu, 30 Mar 2017 07:44:14 +0000 (10:44 +0300)
Change-Id: I2b873f3a922c8a804564635c9119dc660ae40af0
Signed-off-by: David Goldberg <gdavid@hpe.com>
legato-api/src/main/yang/unimgr-dhcp.yang

index 048494406793b85b1bb5f9f3144ffd4d8c1a1424..26f75bd7d3ffd73ac74bc591980742724b81dd55 100644 (file)
@@ -10,7 +10,6 @@ module unimgr-dhcp {
         description "It provides required datastore containers to handle DHCP requests
             coming from access or external tunnel ports";
     }
-
     container unimgr-dhcp {
         config true;
         description "contains non-neutron DHCP allocation";
@@ -20,7 +19,8 @@ module unimgr-dhcp {
                 description "unimgr network id";
                 type string;
             }
-            uses dhcp:dhcp_allocations;
         }
     }
 }
+
+