RETIRED, A set of python scripts and utilities to forge raw OpenStack into a productive tool!
Go to file
Ivan A. Melnikov 1ebb8661e4 Actually create /etc/neutron/plugin.ini
Somehow this symlink was lost, so neutron server failed to start without
any useful diagnostics (it went to stderr which was redirected to
/dev/null).

To address the problem we:
- cleaned up and fixed code that returns config file name in plugin
  configurators;
- renamed properties that returns the path so that they do not start
  from 'get_';
- implemented the property in both supported core plugins (linuxbridge
  and openvswitch) and removed it from non-core plugins;
- added code to actually create the symlink at post_install phase.

Change-Id: Ia0ce1a3dd156914870a975a893f32e77c9330476
2013-08-09 17:58:04 +04:00
anvil Actually create /etc/neutron/plugin.ini 2013-08-09 17:58:04 +04:00
conf Make neutron packages provide and obsolete quantum 2013-08-08 11:58:35 +03:00
docs Rename quantum to neutron mechanically 2013-08-07 20:51:28 +03:00
tools Merge "Disable overriding sigchecks." 2013-08-08 19:44:21 +00:00
.anvilrc Seems like nova uses 1.2, others use 1.3+ 2012-11-19 15:33:21 -08:00
.gitignore Move package management to yum tool 2013-07-11 14:08:58 +04:00
.gitreview Add gitreview file 2013-03-16 19:28:04 -07:00
.mailmap Switch to pbr 2013-06-21 17:44:48 -07:00
HACKING.md Remove checks.sh reference since that program does not exist. 2013-07-28 22:14:57 -07:00
LICENSE Added a good ole license file. 2012-02-18 07:53:43 -08:00
MANIFEST.in Switch to pbr 2013-06-21 17:44:48 -07:00
pylintrc Actually create /etc/neutron/plugin.ini 2013-08-09 17:58:04 +04:00
README.rst Move package management to yum tool 2013-07-11 14:08:58 +04:00
requirements.txt requirements.txt: add pyyaml 2013-06-25 11:06:39 +03:00
setup.cfg Add hacking requirement + fix violations. 2013-08-04 19:39:57 -07:00
setup.py Switch to pbr 2013-06-21 17:44:48 -07:00
smithy Let happy cow indicate bootstrapping success 2013-08-09 10:25:15 +03:00
test-requirements.txt Add hacking requirement + fix violations. 2013-08-04 19:39:57 -07:00
tox.ini Add hacking requirement + fix violations. 2013-08-04 19:39:57 -07:00

We want more information!

Please check out: http://anvil.readthedocs.org.

Licensing

Anvil is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Some tools are licensed under different terms; see tools/README.rst for more information.