Merge "Declare vpn client option in pipelib"

This commit is contained in:
Jenkins
2012-10-25 09:57:33 +00:00
committed by Gerrit Code Review

View File

@@ -52,6 +52,7 @@ cloudpipe_opts = [
help=_('Netmask to push into openvpn config')),
]
flags.DECLARE('cnt_vpn_clients', 'nova.network.manager')
FLAGS = flags.FLAGS
FLAGS.register_opts(cloudpipe_opts)