trove/trove
Petr Malik 43068a8194 Fix Postgresql configuration test and guest-log
- Move 'log_min_duration_statement' into non-dynamic values.
    Although the property itself is dynamic, it still requires restart
    because we don't provide default value for it in our template.
  - Add the 'ms' suffix to the 'log_min_duration_statement' time.
    Postgres by default returns the default suffix.
    Specifing the suffix explicitly fixes the comparison.
  - Change the validation rules for PostgreSQL
    long_min_duration_statement to string from int.
  - Enhance the ConfigurationManager to be able to apply
    system overrides *before* user overrides, as well
    as after.  This allows the logging to be overridden
    by the user config values.
  - Added to the guest-log scenario test to make sure that the
    user log doesn't change after being disabled, and that it
    can be enabled again.

Co-Authored-By: Petr Malik <pmalik@tesora.com>
Co-Authored-By: Peter Stachowski <peter@tesora.com>
Closes-Bug: #1624492
Change-Id: I059357d52fa24c609e45c2dc108d2b4ba77b3458
2016-09-21 14:33:11 +00:00
..
backup Add --incremental flag to backup-create 2016-09-06 21:55:01 +00:00
cluster Merge "Cluster code looks for wrong field in request for volume type" 2016-09-14 16:35:48 +00:00
cmd Merge "Reference to unknown CONF in fakemode.py" 2016-09-10 15:31:18 +00:00
common Missing logging import 2016-09-18 17:09:09 -04:00
conductor Implement Instance Upgrade 2016-09-08 11:32:14 -04:00
configuration Merge "Deprecate 'guest_log_long_query_time'" 2016-09-14 20:33:00 +00:00
datastore initial chkin of pylint 2016-09-14 13:56:24 -04:00
db Merge "Persist error messages and display on 'show'" 2016-07-16 19:44:36 +00:00
dns Port designate code to Python 3 2016-05-02 22:31:05 +02:00
extensions Merge "Quota Management" 2016-09-13 20:47:05 +00:00
flavor Display more flavor information in trove flavor-list command 2016-08-29 04:43:06 -07:00
guestagent Fix Postgresql configuration test and guest-log 2016-09-21 14:33:11 +00:00
instance Add command to delete BUILD instances and clusters 2016-09-13 10:00:04 -04:00
limits Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
locale/fr/LC_MESSAGES Imported Translations from Zanata 2016-07-20 06:29:25 +00:00
module Merge "Module re-apply does not reflect updated values" 2016-09-13 23:01:52 +00:00
network Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
quota Quota Management 2016-09-01 17:37:37 -04:00
taskmanager Allow for invalid packet sequence in keepalive 2016-09-13 21:24:05 +00:00
templates Fix Postgresql configuration test and guest-log 2016-09-21 14:33:11 +00:00
tests Fix Postgresql configuration test and guest-log 2016-09-21 14:33:11 +00:00
README Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
__init__.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
rpc.py Notification serialization of context 2015-06-10 16:39:33 -05:00
version.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
versions.py Removes XML api from trove 2014-03-10 00:16:49 +00:00

README

This is the trove code itself