diff --git a/releasenotes/notes/fix-port-id-parameter-de4679438a891a67r.yaml b/releasenotes/notes/fix-port-id-parameter-de4679438a891a67r.yaml new file mode 100644 index 000000000..1779cd124 --- /dev/null +++ b/releasenotes/notes/fix-port-id-parameter-de4679438a891a67r.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Pass in correct port id parameter when calling interface create on a server. diff --git a/releasenotes/notes/fix-security-group-with-same-name-887487416f4525a1.yaml b/releasenotes/notes/fix-security-group-with-same-name-887487416f4525a1.yaml new file mode 100644 index 000000000..d10ea46bb --- /dev/null +++ b/releasenotes/notes/fix-security-group-with-same-name-887487416f4525a1.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Find security group profiles by project scope. diff --git a/releasenotes/notes/lb-name-instead-id-f30d4f4e05d350cb.yaml b/releasenotes/notes/lb-name-instead-id-f30d4f4e05d350cb.yaml new file mode 100644 index 000000000..7abcb9d1b --- /dev/null +++ b/releasenotes/notes/lb-name-instead-id-f30d4f4e05d350cb.yaml @@ -0,0 +1,4 @@ +--- +features: + - When we use load balancer policy to attach cluster, members will + add to pool by member name. diff --git a/releasenotes/notes/requirement-update-victoria-3b150cddd189db7d.yaml b/releasenotes/notes/requirement-update-victoria-3b150cddd189db7d.yaml new file mode 100644 index 000000000..1076b6fb5 --- /dev/null +++ b/releasenotes/notes/requirement-update-victoria-3b150cddd189db7d.yaml @@ -0,0 +1,8 @@ +--- +other: + - | + Fix hacking lower constraints to 3.0.1 + Fix jsonschema lower constraints to 3.2.0 + Remove Babel requirement + Remove six requirement + Remove mock requirement, unittest.mock instead diff --git a/releasenotes/notes/test-python3-victoria-ec16705d40a167c0.yaml b/releasenotes/notes/test-python3-victoria-ec16705d40a167c0.yaml new file mode 100644 index 000000000..42c7a8b62 --- /dev/null +++ b/releasenotes/notes/test-python3-victoria-ec16705d40a167c0.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Add Python3 victoria unit tests