Merge "Fix typo in publicize_image policy name" into stable/queens

This commit is contained in:
Zuul 2020-03-21 21:05:30 +00:00 committed by Gerrit Code Review
commit a05fddf6b4
2 changed files with 12 additions and 1 deletions

View File

@ -57,7 +57,7 @@
]; ];
ctrl.setFormats = setFormats; ctrl.setFormats = setFormats;
ctrl.allowPublicizeImage = { rules: [['image', 'image:publicize_image']] }; ctrl.allowPublicizeImage = { rules: [['image', 'publicize_image']] };
$scope.imagePromise.then(init); $scope.imagePromise.then(init);

View File

@ -0,0 +1,11 @@
---
upgrade:
- |
``publicize_image`` policy now has the same name both for image create and
edit features and corresponds to the same one in Glance. If you changed the
policy name manually to get feature working you have to rollback your
changes before Horizon update.
fixes:
- |
[:bug:`1859041`] ``image:publicize_image`` policy is renamed to
``publicize_image`` to be the same as Glance has.