[config-ref] support IPOpt into auto config doc tool

Change-Id: I319524933eb377a47c9ec5bd862ac3825c967548
This commit is contained in:
KATO Tomoyuki 2016-10-13 17:24:37 +09:00
parent 699e82d2d2
commit 858b94199d
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ _TYPE_DESCRIPTIONS = {
cfg.StrOpt: 'String',
cfg.BoolOpt: 'Boolean',
cfg.IntOpt: 'Integer',
cfg.IPOpt: 'IP',
cfg.FloatOpt: 'Floating point',
cfg.ListOpt: 'List',
cfg.DictOpt: 'Dict',