90dfca5dfc
This patch is adding commands to manipulate the new Port_Group table introduced in the OVN Northbound Database. Four new commands are being added: * pg_add() -> To add a new Port Group * pg_del() -> To delete a Port Group * pg_add_ports() -> To add a list of LSP to a Port Group * pg_add_acls() -> To add a list of ACL to a Port Group * pg_del_ports() -> To delete a list of LSP from a Port Group * pg_del_acls() -> To delete a list of ACL from a Port Group Change-Id: I9bae9a5681501d8e8a85c25ccb6d496d5b3f8681
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
netaddr>=0.7.18 # BSD
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
ovs>=2.8.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|