Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
3127850
Update git submodules
Oct 18, 2023
ec2acf8
Update git submodules
Oct 18, 2023
aa0843c
Update git submodules
kajinamit Oct 18, 2023
9a5b469
Update git submodules
kajinamit Oct 18, 2023
6ff828a
Update git submodules
Oct 18, 2023
2ab6c86
Update git submodules
zhhuabj Oct 18, 2023
0c24458
Update git submodules
kajinamit Oct 18, 2023
4bd5951
Update git submodules
kajinamit Oct 18, 2023
dffd5e5
Update git submodules
kajinamit Oct 18, 2023
3a0dbf8
Update git submodules
Oct 18, 2023
8eae001
Update git submodules
Oct 18, 2023
d8c6813
Update git submodules
kajinamit Oct 18, 2023
afbaeec
Update git submodules
Oct 18, 2023
4019720
Update git submodules
Oct 18, 2023
ecef47b
Update git submodules
fernandoroyosanchez Oct 18, 2023
a78a582
Update git submodules
Oct 18, 2023
482a54f
Update git submodules
Oct 18, 2023
9051661
Update git submodules
Oct 18, 2023
bb79bab
Update git submodules
Oct 18, 2023
aeb8c44
Update git submodules
Oct 18, 2023
e9356a0
Update git submodules
Oct 18, 2023
fbfa53e
Update git submodules
Oct 18, 2023
f31ed5c
Update git submodules
Oct 18, 2023
2dd37b1
Update git submodules
kajinamit Oct 18, 2023
0bdd0e9
Update git submodules
Oct 18, 2023
0b6b501
Update git submodules
Oct 18, 2023
8e99c17
Update git submodules
Oct 18, 2023
9b9760f
Update git submodules
Oct 19, 2023
8f740de
Update git submodules
Oct 19, 2023
9171336
Update git submodules
Oct 19, 2023
d1d24f9
Update git submodules
Oct 19, 2023
5ee6790
Update git submodules
Oct 19, 2023
f424fe6
Update git submodules
Oct 19, 2023
1cc0e27
Update git submodules
zhouxy321 Oct 19, 2023
9e2ce02
Update git submodules
Oct 19, 2023
c15a9d7
Update git submodules
rajathere Oct 19, 2023
b5f6870
Update git submodules
mnasiadka Oct 19, 2023
7a3d87d
Update git submodules
Oct 19, 2023
4c449d0
Update git submodules
Oct 19, 2023
eaa1537
Update git submodules
Oct 19, 2023
e9666e6
Update git submodules
Oct 19, 2023
98a6694
Update git submodules
Oct 19, 2023
0843b04
Update git submodules
Oct 19, 2023
fcf0eb8
Update git submodules
Oct 19, 2023
f0835ed
Update git submodules
Oct 19, 2023
c4addb6
Update git submodules
Oct 19, 2023
e9721fe
Update git submodules
fernandoroyosanchez Oct 19, 2023
114c299
Update git submodules
ralonsoh Oct 19, 2023
1b42efc
Update git submodules
kajinamit Oct 19, 2023
b4b6aa7
Update git submodules
Oct 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charm-ceilometer
2 changes: 1 addition & 1 deletion cyborg
Submodule cyborg updated 1 files
+1 −1 tox.ini
2 changes: 1 addition & 1 deletion devstack
Submodule devstack updated 2 files
+4 −0 lib/horizon
+4 −0 lib/tempest
2 changes: 1 addition & 1 deletion manila
2 changes: 1 addition & 1 deletion neutron
Submodule neutron updated 28 files
+38 −0 neutron/conf/policies/floatingip.py
+40 −0 neutron/conf/policies/network.py
+39 −0 neutron/conf/policies/network_segment_range.py
+46 −0 neutron/conf/policies/port.py
+35 −0 neutron/conf/policies/router.py
+42 −0 neutron/conf/policies/security_group.py
+36 −0 neutron/conf/policies/segment.py
+42 −0 neutron/conf/policies/subnet.py
+39 −0 neutron/conf/policies/subnetpool.py
+36 −0 neutron/conf/policies/trunk.py
+80 −39 neutron/extensions/tagging.py
+11 −0 neutron/objects/subnet.py
+3 −1 neutron/plugins/ml2/drivers/linuxbridge/agent/arp_protect.py
+3 −4 neutron/plugins/ml2/plugin.py
+62 −0 neutron/tests/unit/conf/policies/test_floatingip.py
+92 −0 neutron/tests/unit/conf/policies/test_network.py
+51 −0 neutron/tests/unit/conf/policies/test_network_segment_range.py
+36 −0 neutron/tests/unit/conf/policies/test_port.py
+94 −0 neutron/tests/unit/conf/policies/test_router.py
+99 −11 neutron/tests/unit/conf/policies/test_security_group.py
+48 −0 neutron/tests/unit/conf/policies/test_segment.py
+132 −0 neutron/tests/unit/conf/policies/test_subnet.py
+117 −0 neutron/tests/unit/conf/policies/test_subnetpool.py
+30 −0 neutron/tests/unit/conf/policies/test_trunk.py
+1 −1 neutron/tests/unit/plugins/ml2/drivers/ovn/agent/test_neutron_agent.py
+32 −0 neutron/tests/unit/plugins/ml2/test_plugin.py
+7 −0 releasenotes/notes/port_bulk_creation_no_ipamallocation_leftovers-9d72cc5f616f51e4.yaml
+7 −0 releasenotes/notes/resource-tags-policies-a2ffd52e57d7b4b8.yaml
2 changes: 1 addition & 1 deletion nova
2 changes: 1 addition & 1 deletion openstack-ansible
2 changes: 1 addition & 1 deletion os-apply-config
2 changes: 1 addition & 1 deletion os-collect-config
2 changes: 1 addition & 1 deletion os-refresh-config
2 changes: 1 addition & 1 deletion oslo.messaging
Submodule oslo.messaging updated 3 files
+17 −23 .zuul.yaml
+2 −15 bindep.txt
+4 −4 tox.ini
2 changes: 1 addition & 1 deletion oslo.serialization
2 changes: 1 addition & 1 deletion oslo.tools
2 changes: 1 addition & 1 deletion oslo.utils
2 changes: 1 addition & 1 deletion sahara-plugin-vanilla
2 changes: 1 addition & 1 deletion storlets
2 changes: 1 addition & 1 deletion taskflow