Files
24fdac3dc1d0d6407cdae1d95b6ec606cd55ae4c
Takashi Kajinami
e09741a68a
Generate networking_bgpvpn.conf
Replace the hard-coded networking_bgpvpn.conf file by the one generated by oslo-config-generator. This effectively removes the generated networking-bgpvpn.conf.sample which is used only for documentation. Change-Id: I045a7f22c13d35c71506bab5d4b9a6208db2d540 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
To generate the sample networking-bgpvpn configuration files and the sample policy file, run the following commands respectively from the top level of the networking-bgpvpn directory: tox -e genconfig tox -e genpolicy If a 'tox' environment is unavailable, then you can run the following commands respectively instead to generate the configuration files: oslo-config-generator --config-file etc/oslo-config-generator/networking-bgpvpn.conf oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/policy.conf