File: local_ip

package info (click to toggle)
neutron 2%3A27.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 40,004 kB
  • sloc: python: 296,384; sh: 1,507; makefile: 292; ruby: 35; sql: 19
file content (9 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
function configure_local_ip {
    neutron_service_plugin_class_add "local_ip"
    plugin_agent_add_l2_agent_extension "local_ip"
}

function configure_local_ip_static {
    configure_local_ip
    iniset /$NEUTRON_CORE_PLUGIN_CONF local_ip static_nat True
}