commit 9858113ad08ffecefe8e41090571baad80bdcf3a Author: jonnary Date: Tue Sep 29 17:26:57 2020 +0800 Release notes for Victoria Change-Id: I39a623ef149f2f65975671af60a5e90933fd9750 (cherry picked from commit 6ff278642ec8ff62bc6f943f7a0b47c485c23e41) 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 0000000..1779cd1 --- /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 0000000..d10ea46 --- /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 0000000..7abcb9d --- /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 0000000..1076b6f --- /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 0000000..42c7a8b --- /dev/null +++ b/releasenotes/notes/test-python3-victoria-ec16705d40a167c0.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Add Python3 victoria unit tests