diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-09-03 23:26:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-09-03 23:26:28 +0000 |
commit | 1773bcd834ceb1e02757dbb2343a8007c183d8e5 (patch) | |
tree | 5df6f86d54813c729288048201b034c5b15cc866 /etc | |
parent | 1c03cb20a36d7e265e8db27fc06b4cdebfb972f7 (diff) | |
parent | 8a6b72030c8b04811d75cfaa930f4f74dab62a3b (diff) | |
download | ironic-1773bcd834ceb1e02757dbb2343a8007c183d8e5.tar.gz |
Merge "Adds SNMP power driver"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 0b12bfe80..83730160b 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -1162,6 +1162,17 @@ #action_timeout=10 +[snmp] + +# +# Options defined in ironic.drivers.modules.snmp +# + +# Seconds to wait for power action to be completed (integer +# value) +#power_timeout=10 + + [ssh] # |