51ae343b0e921e5bfc096f24a4ca9f8f5394d420
Commit Graph

1024 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Jenkins
64d8e664f8 Merge "Network_id should not be a foreign key" 2015年06月29日 12:18:58 +00:00
Jenkins
b89c4b3533 Merge "Move from n.o.commons.uuidutils to osloutils.uuid_utils" 2015年06月29日 11:54:32 +00:00
Thomas Morin
5c269957e3 Move from n.o.commons.uuidutils to osloutils.uuid_utils
Follow change in Neutron: neutron.openstack.common.uuidutils
is now oslo_utils.uuidutils .
Change-Id: Id5ef765a76682d6da84c1fb429dbd36d3300e0fe
2015年06月29日 11:16:27 +02:00
Thomas Morin
711aa7e6bf Network_id should not be a foreign key
This patch remove the foreign key relation for network_id.
Change-Id: I40fb54da0bc71fcb4a99bf783c3ba471bccc97b4
2015年06月23日 10:04:59 +02:00
Thomas Morin
4a4f8d88d2 First database unit tests
First unit tests for persistency of API ojbects.
Change-Id: Id9b788aa15feff2ada9d79272e04a02fc0c0d103
2015年06月23日 09:51:39 +02:00
Thomas Morin
63cd3d5ee6 devstack: do not run update-db on a compute node
When the devstack plugin is run, but q-scv is not
enabled (like on a compute node), we should not
run bgpvpn-db-manage.
Change-Id: I92893b7848cf92d1ab9a476469efdc30928e6bb1
2015年06月15日 18:09:05 +02:00
Thomas Morin
07ddf66b2f links to stackforge now link to openstack
Update links to stackforge into links to openstack
in README*.rst.
Change-Id: Ic2d81f65c6eff312c62ed2c64b315cb6316d7695
2015年06月15日 09:59:01 +02:00
Jeremy Stanley
b80d272636 Update .gitreview file for project rename
Change-Id: I36beafcfdc74198f68c4a0fa89fcf3c949707094
2015年06月12日 23:12:30 +00:00
mathieu-rohon
289477f9d5 Adding initial unit tests
This change adds an initial framework to run unit tests with tox.
A first set of unit tests is provided to test the extension part.
Change-Id: Ib914bcf3e06ede5218926dedde2ab83ab70b8485
2015年05月18日 16:01:40 +02:00
Jenkins
14f2bb5b44 Merge "add bagpipe driver and agent" 2015年05月04日 15:13:35 +00:00
Thomas Morin
adfdf8bf02 add bagpipe driver and agent
including:
- add a README-bagpipe.rst for the bagpipe driver
- add setup.cf entry points
- extend devstack plugin so that the modified agent
 can be enabled with Q_AGENT=bagpipe-openvswitch
Change-Id: I6cd18eca77e5f2b43b0b15d141637cef6db044e4
2015年04月27日 11:47:09 +00:00
Jenkins
9d3542e058 Merge "Adding the initial spec implemented by the bgpvpn framework" 2015年04月17日 15:44:05 +00:00
mathieu-rohon
23b2df8607 Adding the initial spec implemented by the bgpvpn framework
Change-Id: I600e465a8938b609531d1fd2c8992820ec98cca2
2015年04月17日 16:49:49 +02:00
Thomas Morin
c15eac9ec6 add devstack plugin
* devstack plugin to:
 * install the package
 * to the db initialisation
* update README.rst to describe how to use the devstack plugin
Change-Id: I27ae16f265570249953bb3ad8a758891529a20b7
2015年04月09日 10:16:19 +02:00
Thomas Morin
dd32547212 use oslo_log.log instead of n.openstack.common.log
(neutron.openstack.common.log has gone away recently)
Change-Id: Ic99d7b7f4f191f089f7da12aa2c02495bf78bb11
2015年04月08日 11:17:10 +02:00
Jenkins
0bc260e987 Merge "BGVPNDriver: some methods need not be abstract" 2015年03月28日 11:44:24 +00:00
Thomas Morin
d355e78bd5 BGVPNDriver: some methods need not be abstract
Some methods (notify_port_updated, remove_port_from_bgpvpn_agent,
prevent_bgpvpn_network_deletion) do are not needed for all drivers,
remove them from plugin and driver base code.
Change-Id: I979586714a194d4053f1f8715995a059349a1619
2015年03月27日 18:40:08 -04:00
Jenkins
fb2efb9bb4 Merge "fix bug on BGPVPN connection update" 2015年03月27日 16:04:13 +00:00
Thomas Morin
9acaba6c99 use neutron.openstack.common.log rather than oslo_log
Change-Id: I5fb5e640e0fff6558bc38f7ae6a707e07ca2e867
2015年03月26日 13:48:20 -05:00
Thomas Morin
751535b526 fix bug on BGPVPN connection update
update would fail if no route-target parameter
was specified (two lines were interverted)
Change-Id: Ib5d9c6b25cebbca9e7c883642080ea412d575093
2015年03月26日 11:24:42 -05:00
Thomas Morin
70e651c113 Update README
* correct git clone command
* minor editions
* use a cleanest rst syntax
Change-Id: I427c01cfb206c7157bfaaff77ac88e4788e8e89f
2015年03月20日 11:40:26 +01:00
mathieu-rohon
a3e7270d29 Initial proposal with db layer, API extension and client extension
This initial commit is tightly integrated with current neutron
master.
It extends the Neutron API;
It extends python-neutronclient accordingly;
It adds an alembic scripts to create tables in the neutron
database;
A dummy driver is also proposed.
Change-Id: Idaecac54bbbec0d978f2e889faed5e35fc00bc76
2015年03月17日 16:20:07 +01:00
mathieu-rohon
8cf13efde8 Initial Cookiecutter Commit.
Change-Id: I071b6feffb5843b6aa5fd85fba8b4f385812144d
2015年02月25日 16:29:32 +01:00
OpenStack Project Creator
e4c9494aaf Added .gitreview 2015年02月23日 20:28:58 +00:00