Refactor ReconciliationServiceImpl
[openflowplugin.git] / applications / southbound-cli / src / main / yang / reconciliation.yang
index 616e0a73a50dfce889030b3ca751939ab1baa56e..720e703d2839c41e1911223cb689a3446824f673 100644 (file)
@@ -35,29 +35,6 @@ module reconciliation {
         }
     }
 
-    container reconciliation-state {
-         description "Reconciliation state for the given openflow nodes";
-         config false;
-         list reconciliation-state-list {
-              key node-id;
-              leaf node-id {
-                   type uint64;
-              }
-              uses node-reconcile-state;
-         }
-    }
-
-    grouping node-reconcile-state {
-         leaf state {
-              description "Current state of the node reconciliation";
-              type enumeration {
-                   enum IN_PROGRESS;
-                   enum COMPLETED;
-                   enum FAILED;
-              }
-         }
-    }
-
     rpc reconcile {
         description "Request the reconciliation for given device or set of devices to the controller.";
         input {
@@ -69,7 +46,6 @@ module reconciliation {
             leaf reconcile-all-nodes {
                 description "Flag to indicate that all nodes to be reconciled";
                 type boolean;
-                mandatory false;
                 default false;
             }
         }