These configuration options have been unused since
c08a628f379c419d301295e9fe5baad52a690414. Obsolete them and do not
populate them in default configuration.
JIRA: AAA-290
Change-Id: I67c2233c5754a937a4d7d04f7d2cd8259b2587ba
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
<datastore-config xmlns="urn:opendaylight:aaa:app:config">
<store>h2-data-store</store>
- <time-to-live>36000</time-to-live>
- <time-to-wait>3600</time-to-wait>
-</datastore-config>
\ No newline at end of file
+</datastore-config>
description "Time to live for tokens in second.";
type uint64;
default 36000;
+ status obsolete;
}
leaf time-to-wait {
description "Time to wait for tokens in second.";
type uint64;
default 3600;
+ status obsolete;
}
}
}