An article on token binding and configuration can be found here:
https://github.com/openstack/keystone/blob/master/doc/source/confi
guration.rst#token-binding
BZ #9 86 09 9
The following changes in configuration have been made as part of
moving to the oslo library, and affect all OpenStack Networking
(Neutron) plugins.
- the 'DATABASE' section in the plugin-specific ini files has been
deprecated in favor of a 'database' section in neutron.conf.
- 'sql_' prefixed options have been deprecated in favor of options
that do not include the prefix (e.g. sql_connection becomes
connection).
- 'reconnect_interval' option has been deprecated in favor of
'retry_interval'.
- 'sql_dbpool_enable' option is no longer supported.
- 'sqlalchemy_pool_size' has been deprecated in favor of
'min_pool_size' and 'max_pool_size'.
- 'sqlalchemy_max_overflow' has been deprecated in favor of
'max_overflow'.
- 'sqlalchemy_pool_timeout' has been deprecated in favor of
'pool_timeout'.
The changes are backwards compatible, so the previous
configuration format will still work.
BZ #9 86 36 7
OpenStack Metering now has "transformers", which are a way of
calculating a rate-of-change, or doing unit scaling conversions.
Transformers are configurable and the values they produce as
output can be emitted as derived meters.
This enables derived meters to be calculated from the original
observations via configurable rules, for example simple scaling
such as conversion from °F to °C, or more involved derivation of
gauge rates from cumulative totals.
OpenStack Metering now provides a generic transformer for such
conversions, that is used out-of-the-box for deriving CPU
utilization percentage from cumulative CPU time, and may also be
re-used for any additional cumulative-to-gauge conversions
required via simple configuration.
BZ #9 86 378
Feature: Evaluation of alarms based on comparison of static
thresholds against statistics aggregated by Ceilometer.
Reason: This enhancement allows users to be notified when the
performance of their cloud resources cross certain thresholds, and
also allows automated workflows such as Heat autoscaling to be
Kommentare zu diesen Handbüchern