Skip to content

Script options

Carlos Vega edited this page Jun 28, 2016 · 7 revisions

#Script options


The installation script has multiple options:

Usage: script.py [options]

Options:

-h, --help

Show this help message and exit

-n NODE, --node=NODE Node to run on: network or controller

-s SERVICE, --service=SERVICE Service to run: optimizer or firewall. Default: optimizer

-p PACKAGESPATH, --package=PACKAGESPATH Path of dist-packages. Default: /usr/lib/python2.7/dist-packages

-d DASHBOARDPATH, --dashboard=DASHBOARDPATH Path of openstack-dashboard. Default: /usr/share/openstack-dashboard

-c CONFPATH, --configuration=CONFPATH Path of neutron configuration folder. Default:/etc/neutron

-r INSTALLPATH, --installPath=INSTALLPATH Path of the git repository. Default: /tmp/OaaS-network

-i, --install Install Optimizer as a Service. It is neccessary to have downloaded the repository. InstallPath gives its path

Clone this wiki locally