5cf606ee9bb693d2a0e6e60e63584fd054ab163d
507 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Thomas Morin
|
5cf606ee9b |
devstack: declare n-api-meta
Change-Id: Ic2cfad5b41b96c31586fcc9158b30e5a4c2da195 Depends-On: I09338f8511e657eab5de3cc361b70f70b1490eaa |
||
|
Jenkins
|
6b57aed6e8 | Merge "dashboard: fix RT validation" | ||
|
Jenkins
|
3b73b4bb87 | Merge "dashboard: allow bgpvpns with the same name" | ||
|
Jenkins
|
04e14226e4 | Merge "Add unit tests for bgpvpn_dashboard" | ||
|
OpenStack Proposal Bot
|
f5646a313c |
Updated from global requirements
Change-Id: Id23127fd62549b42615f25e4e299cd151c5c834c |
||
|
Cédric Savignan
|
a26d3e7300 |
dashboard: allow bgpvpns with the same name
The BGPVPN API allow to use a same name for differents BGPVPNs. The dashboard should allow the same behavior. Change-Id: I749354c6f57051c6e895d97c31eb644d2af5f46b Closes-Bug: 1699514 |
||
|
Cédric Savignan
|
b321ecef51 |
dashboard: fix RT validation
This change fix validation of RTs and RDs. In the dashboard when a user specifies multiples route targets, the validation failed. It's the same behavior for export target and import target. Change-Id: I27f28edad25ab36e5351650ea3983ff1a3222293 Closes-Bug: 1699795 |
||
|
Cédric Savignan
|
76c19124f4 |
Add unit tests for bgpvpn_dashboard
Unit tests for dashboard elements regarding BGP VPN. Test dashboard elements (except workflows) only for a tenant user. Change-Id: I2f7a7cb65af5b02b60620c3b3b2777a278263666 |
||
|
OpenStack Proposal Bot
|
66dff29357 |
Updated from global requirements
Change-Id: Ia2dfaa354c430759b3d61d3e6ee0fae8f6581cf0 |
||
|
OpenStack Proposal Bot
|
05efb181ae |
Updated from global requirements
Change-Id: I5b98c9e06341c29fa9cd5b6d2e9b022c81679a58 |
||
|
Jenkins
|
b651d99a7b | Merge "doc, bagpipe/ovs driver update" | ||
|
Thomas Morin
|
a73024ef50 |
doc, bagpipe/ovs driver update
remove instructions related to things that the devstack does by itself Change-Id: I47b184a7c2d4e77fa1846473a81655b409d82042 |
||
|
Thomas Morin
|
7722e8feca |
update doc on installation and versions
* list more versions (include Ocata and upcoming Pike) * do not point anymore to the file where our releases were tracked before we became cycle-with-milestone Change-Id: Id59c4f5b0ece6dfda524c9d6a2ef4d046a437eee |
||
|
Jenkins
|
3ba06b3c91 | Merge "network_association_delete function log errors" | ||
|
zhaojingjing0067370
|
928ea509c0 |
network_association_delete function log errors
Log error description is wrong Change-Id: I91ee3a39b23cabc1a9cb083d404c7b9caa653710 |
||
|
OpenStack Proposal Bot
|
b2f6b4cae4 |
Updated from global requirements
Change-Id: I16385e0d36c79d82ba23a83814e302b9bd841225 |
||
|
Thomas Morin
|
650c37b142 |
use networking-odl from pypi instead of git master
Two reasons: - no point in tracking master, now that development is done on odl bgpvpn v2 driver, which does not sit in n8g-bgpvpn tree - odl master is sometimes broken [1], which impacts our CI [1] http://logs.openstack.org/70/470470/2/check/gate-networking-bgpvpn-dsvm-functional-ubuntu-xenial/febf152/console.html#_2017年06月05日_12_56_21_302481 Change-Id: I239175e50fb5412999f8d26a605b0071562ffea67.0.0.0b2 |
||
|
OpenStack Proposal Bot
|
87c07f4d2f |
Updated from global requirements
Change-Id: Ie56be041589c82a14ca3d302fe73b8a10e09cb98 |
||
|
OpenStack Proposal Bot
|
936d8ff780 |
Updated from global requirements
Change-Id: I6df2ef1693d32cb34f799c284e01bcf7234b8be9 |
||
|
OpenStack Proposal Bot
|
0165c35012 |
Updated from global requirements
Change-Id: Id3c72733075d9583a89511218dc66794b688602e |
||
|
OpenStack Proposal Bot
|
c8301e7a71 |
Updated from global requirements
Change-Id: Ie1533a34d79a9e8e01fb68d6b827d4fe26844678 |
||
|
Jenkins
|
6f237d689f | Merge "dashboard: fix constant import for RT/RD validation" | ||
|
Thomas Morin
|
0e7e6e083d |
dashboard: fix constant import for RT/RD validation
There was a regression in
|
||
|
OpenStack Proposal Bot
|
bf31ff30ef |
Updated from global requirements
Change-Id: I2dc169b654090937fcccafbb840c8688a8148527 |
||
|
OpenStack Proposal Bot
|
53f86bca72 |
Updated from global requirements
Change-Id: I37d27c6c27873cfc1bcd16e1c01b1ca92b750475 |
||
|
OpenStack Proposal Bot
|
f6f09917b3 |
Updated from global requirements
Change-Id: Ica60dcbe08f5d6c439d0895c790563795323c505 |
||
|
Jenkins
|
ee08e3d8ca | Merge "devstack: source neutron l2 agent script only if q-agt enabled" | ||
|
Thomas Morin
|
a3561dbad6 |
devstack: source neutron l2 agent script only if q-agt enabled
Sourcing the neutron devstack l2 agent script is only needed if the q-agt service is enabled. Sourcing conditionally helps build the devstack fullstack gate jobs for networking-bagpipe. Change-Id: I2fed6177eb35749bebd4b75d60b189c2abdb0cdd Needed-By: I967ba442ef433b7ada5a1a381f1571ec3cf23517 |
||
|
Cedric Savignan
|
cafb6dc71d |
Remove windows-style line breaks
Pep8 tests failed. We miss the windows style in this file. Change-Id: I878df9e275a8edf2f40c9ca8a53e91c69e0289fd |
||
|
Boden R
|
598d5ce192 |
consume neutron-lib callbacks
The callback system in neutron has moved to neutron-lib and hence consumers need to follow suit. See Ib6baee2aaeb044aaba42a97b35900d75dd43021f for more details. Change-Id: I8e287e54b8e366bd70378616a8e23b0ebcaac5b7 |
||
|
Jenkins
|
c7c41fff15 | Merge "Add constants for bgpvpn_tests" | ||
|
Jenkins
|
522e1e662c | Merge "Move API definition out of n8g-bgpvpn into neutron-lib" | ||
|
Jenkins
|
b656c106e5 | Merge "Add net-bgpvpn.conf to config file read by neutron" | ||
|
Mathieu Rohon
|
bf20a285bb |
use i18n._
this patch gets rid of deprecation warning due to the use of "_" outside of the i18n library Change-Id: I82b890c7391b26a07d3ec4a01559956375906328 |
||
|
Mathieu Rohon
|
c7211ed718 |
Register query hooks at BGPVPNPluginDb object creation
This change also modifies the expected exception raised in tempest while testing a delete of a bgpvpn by a regular tenant : the Forbidden exception is now raised instead of the NotFound one. Change-Id: I2aab28f67c096bdb399ca76a2b8d27240823330e Closes-bug: 1685930 |
||
|
Mathieu Rohon
|
4e463a6d33 |
Add net-bgpvpn.conf to config file read by neutron
This is done by other service providers devstack plugin, and mandatory to have the job gate-rally-dsvm-neutron-extensions-rally-nv passing in https://review.openstack.org/#/c/386418/ Change-Id: I2b9c0c34fbd2ffbc4695a3b3c440b8f46adb65ed |
||
|
Cedric Savignan
|
8cb98d79a4 |
Add constants for bgpvpn_tests
The aim is to make the code clearer. Change-Id: I96cd7f09cc82f900aa604c83b3feb852ee716e33 |
||
|
OpenStack Proposal Bot
|
b0c3f65b4a |
Updated from global requirements
Change-Id: Ic728df87c185cae953dd0a0a3d45a4c330e6901a |
||
|
OpenStack Proposal Bot
|
96ba56db82 |
Updated from global requirements
Change-Id: I2f8b10d96203ba66690074bf4c8446eae249517f |
||
|
Paul Carver
|
3353295914 |
Move API definition out of n8g-bgpvpn into neutron-lib
This change removes RESOURCE_MAP and some other constants and replaces them with imports from neutron-lib as part of the Neutron Stadium effort to centralize the API definitions. Closes-Bug: #1636415 Change-Id: Ie3bfee1efc5882a84e01a51592610910665054b2 Depends-On: Ib0fef2e368c47b1400ab60de19198aa1d1994b69 |
||
|
Jenkins
|
26a911a1e6 | Merge "remove bagpipe_bgpvpn agent extension" 7.0.0.0b1 | ||
|
OpenStack Proposal Bot
|
f621dff243 |
Updated from global requirements
Change-Id: Ia3357bfc7d2eb292f96393d1bdd29ceaa2377616 |
||
|
Jenkins
|
cfe955b4a7 | Merge "devstack job config cleanups" | ||
|
OpenStack Proposal Bot
|
54ad357ede |
Updated from global requirements
Change-Id: Ie0cae3655071f565acbee79e3984b2337fd0fd96 |
||
|
Jenkins
|
31e80502ca | Merge "Indicating the location tests directory in oslo_debug_helper" | ||
|
Jenkins
|
e391bee94d | Merge "Stop using config backed quota engine in unit tests" | ||
|
OpenStack Proposal Bot
|
b50ef49934 |
Updated from global requirements
Change-Id: I85620d833dee009bfa2ea2e1a094b84be99bb7cc |
||
|
OpenStack Proposal Bot
|
ee86319bc6 |
Updated from global requirements
Change-Id: I1dd0c596723918132a252693be469d926e83301f |
||
|
Thomas Morin
|
727e029e37 |
remove bagpipe_bgpvpn agent extension
now that it moved to networking_bagpipe Change-Id: I26de975055f611453abbe8954265a0a93a73597c Depends-On: I8f58da6165736f6a6eec7e256a98cee608462d79 |
||
|
Ihar Hrachyshka
|
4a38012732 |
Stop using config backed quota engine in unit tests
It was enabled as part of gate fix I8570441a0b8d5ee3ad7f88e07affac2f1b782021 but the right fix for the issue is to register a proper core plugin for each test (see the dependency). Related-Bug: #1676656 Change-Id: I2eb49a5371f5c9ea0ef4a50e6d95667b782f8842 Depends-On: Ica421831763eb2f5d25fc068287305b402227b53 |