releasenotes: add notes for Mitaka cycle
Change-Id: I682987c9c6be77425b29d089ffff150c7391a959
This commit is contained in:
parent
7695d6deb2
commit
d68f25114e
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Create glance::cache::logging class that follow the same pattern as other modules.
|
4
releasenotes/notes/glance_db_class-dee87f87e25d0040.yaml
Normal file
4
releasenotes/notes/glance_db_class-dee87f87e25d0040.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Introduce glance::api::db and glance::registry::db classes to follow other modules.
|
||||
They aim to configure database connection for Glance API and Glance Registry.
|
3
releasenotes/notes/ipv6_registry-95b934a99a6f2639.yaml
Normal file
3
releasenotes/notes/ipv6_registry-95b934a99a6f2639.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Normalize registry_host if IPv6 by adding brackets if not there.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
deprecations:
|
||||
- Remove usage of keystone::python class, that is deprecated.
|
13
releasenotes/notes/multi_store-d53d0e440b55e9d6.yaml
Normal file
13
releasenotes/notes/multi_store-d53d0e440b55e9d6.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
features:
|
||||
- Implement multiple store configuration.
|
||||
It moves the default_store config option to the glance::api
|
||||
class, and makes it possible to configure more than one store while
|
||||
supplying a value for the default store to be used. If only one store
|
||||
is given for glance_store/stores, the default store is automatically
|
||||
set to be the same value. If multiple stores are given and no default
|
||||
store is explicitly set, the config will fail and ask the user to
|
||||
provide a default store.
|
||||
|
||||
deprecations:
|
||||
- Deprecate known_stores parameter in favor of stores.
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
deprecations:
|
||||
- Change default value for service_name in glance::keystone::auth class.
|
||||
If Glance Service name is not set to "Image Service", a warning
|
||||
will be sent. The default value changed to match
|
||||
with https://github.com/openstack/keystone/blob/master/etc/default_catalog.templates
|
3
releasenotes/notes/pymysql-e57bf1f0289dd426.yaml
Normal file
3
releasenotes/notes/pymysql-e57bf1f0289dd426.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Support of PyMySQL driver for MySQL backend.
|
3
releasenotes/notes/registry_ssl-eed9bdc67c795cde.yaml
Normal file
3
releasenotes/notes/registry_ssl-eed9bdc67c795cde.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Allow to configure Glance API to communicate with Glance Registry using SSL.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
deprecations:
|
||||
- Remove deprecated cluster_id parameter.
|
3
releasenotes/notes/remove_old_auth-d9fc4af8e2ced291.yaml
Normal file
3
releasenotes/notes/remove_old_auth-d9fc4af8e2ced291.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
deprecations:
|
||||
- Use identity_uri and auth_uri by default and remove old deprecated auth parameters.
|
4
releasenotes/notes/remove_posix-d1f775df21874348.yaml
Normal file
4
releasenotes/notes/remove_posix-d1f775df21874348.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
other:
|
||||
- Remove all Puppet resources that manage Users, Groups, and File modes
|
||||
because upstream packaging already manages them.
|
5
releasenotes/notes/remove_qpid-0b446db43fdea617.yaml
Normal file
5
releasenotes/notes/remove_qpid-0b446db43fdea617.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- Remove QPID messaging support.
|
||||
Qpid messaging driver is removed from oslo.messaging so we won't support
|
||||
anymore.
|
7
releasenotes/notes/update_swift-52dfa8715cddbe91.yaml
Normal file
7
releasenotes/notes/update_swift-52dfa8715cddbe91.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- Before, when Glance was configured with Swift backend, credentials were stored in database.
|
||||
It caused issues when credentials change, old images are not usable anymore.
|
||||
Glance and Glance store projects implemented a way to use separated sections for credentials
|
||||
without storing them in database. The puppet-glance module is now using this new method, also
|
||||
Glance Cache configuration does not have Swift parameters anymore, so we deleted them.
|
Loading…
Reference in New Issue
Block a user