Merge pull request #61 from fzylogic/master

change floatingip_subnet to ListOpt
This commit is contained in:
markmcclain 2015-04-07 12:30:44 -04:00
commit 14b0f523cb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from oslo.config import cfg
LOG = log.getLogger(__name__)
explicit_floating_ip_opts = [
cfg.MultiStrOpt(
cfg.ListOpt(
'floatingip_subnet',
default=[],
help='UUID(s) of subnet(s) from which floating IPs can be allocated',