lp://staging/~openstack/group-based-policy/master
- Get this branch:
- bzr branch lp://staging/~openstack/group-based-policy/master
Branch merges
Related bugs
Related blueprints
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://git.openstack.org/stackforge/group-based-policy.
Last successful import was .
Recent revisions
- 229. By Ivar Lazzaro
-
use chain admin context for PT notifications
Partially implements blueprint node-centric-
chain-plugin Change-Id: Ie2296dc8408e02
de1058684c0df7d 553807c26f9 - 228. By Ivar Lazzaro
-
refactor SC mapping into a dedicated gbp driver
All SC related operations (create/
delete/ update chains) will now
exist on a separated gbp mapping driver. This driver will likely
run as the last of the driver chain (ipd rmd and cmd).Partially implements blueprint node-centric-
chain-plugin
Change-Id: I1f329101f32640058ed5250e8fe49 a53b1f3deee - 227. By Robert Kukura
-
Handle concurrent subnet allocation
Verify that the subnet's CIDR is not already allocated within the
containing L3P when the resource_mapping driver adds an implicit
subnet to a non-L2-proxy PTG. If it is already allocated, retry with
the next potentially available CIDR.Closes-bug: 1503135
Change-Id: I66167b9f103d5e
a816e1ef799ff75 3b0d4d7f01c - 226. By Jenkins <email address hidden>
-
Merge "[apic-mapping] send fixed ips as part of the opflex RPC"
- 225. By Sumit Naiksatam
-
Fix router interface status
Set to ACTIVE when adding the interface or external gateway
is successful.Change-Id: I896b2a8ec96a9e
259070d2ef62785 d120b691f86
Closes-bug: 1503452 - 224. By Amit Bose
-
Fix to DB update for auto-allocated external fixed IP
When testing with APIC mapping driver, when 2 L3-policies
are simulateously associated with the same 2 external-segments,
it is found that one of the updates fails with exception
IpAddressOverlappingInExternal Segment raised from
_set_ess_for_l3p(). The cause is a race between the two
operations, whereby a row of the form
<external-segment- id>, <l3policy-id>, ''
first gets inserted into table gp_es_to_l3p_association s,
and then gets updated to
<external-segment- id>, <l3policy-id>, <allocated- external- IP>
This transient row with empty-string as the allocated IP trips up
the check for IP-address being in use when there are
multiple L3-policies getting updated concurrently. The
empty string comes from the external-segment dict provided
in the API call.
This fix simply ignores the empty-string values.Change-Id: Ifc25bcce4691f7
7ff16e18b9b4ea7 baed198ea89
Signed-off-by: Amit Bose <email address hidden> - 223. By Sumit Naiksatam
-
Update devstack exercise scripts with new CLI
In the context of dict arguments:
https://review. openstack. org/#/c/ 233435/ Change-Id: I43534d21d467b6
6a4496db2207f6f d03443ddbb6
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)