trove/trove
chengyang da53148e48 Fix create redis instance with new requirepass
When create redis instance with a configuration which has requirepass
value(not 'foobared'). Period task still use old password to poll instance's
status, so instance create failed because authentication error. Applied
requirepass at runtime and refresh admin client after apply_user_override
to fix it.

Change-Id: I27598a9031efcb74821f77c36710d224b3a9a0e6
Closes-bug: #1733815
2017-11-24 19:28:17 +08:00
..
backup Avoid deleting parent backup failed caused by 404 2017-10-20 16:16:15 +00:00
cluster Log the right attached configuration id 2017-06-01 21:53:15 -04:00
cmd enable trove-api behind mod-wsgi 2017-04-25 06:54:29 -04:00
common Allow tunable for guest agent process timeout 2017-11-16 07:12:24 -06:00
conductor Handle log message interpolation by the logger part 5 2017-02-28 16:08:05 +01:00
configuration Handle isotime deprecation in oslo_utils.timeutils 2017-06-09 16:22:11 +00:00
datastore Merge "Fix some reST field lists in docstrings" 2017-06-15 06:41:52 +00:00
db Lazy load all configuration options 2017-11-09 11:30:45 -08:00
dns Handle log message interpolation by the logger part 6 2017-03-16 11:27:35 +01:00
extensions Merge "Avoid load deleted instances that belong to a cluster." 2017-11-14 23:18:26 +00:00
flavor Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
guestagent Fix create redis instance with new requirepass 2017-11-24 19:28:17 +08:00
hacking For Python 3 Common patterns-six string 2017-11-12 22:37:02 -08:00
instance Merge "Add volume size verify for replica based on master" 2017-11-14 16:09:19 +00:00
limits Handle isotime deprecation in oslo_utils.timeutils 2017-06-09 16:22:11 +00:00
module Handle isotime deprecation in oslo_utils.timeutils 2017-06-09 16:22:11 +00:00
network Add i18n translation to others 2/3 2016-12-20 09:25:41 -06:00
quota Support -1 as unlimited quota restraint in Trove. 2017-11-09 21:29:14 +08:00
taskmanager Merge "Fix nova proxy admin login" 2017-11-16 09:12:47 +00:00
templates [Trivialfix]Fix typos in trove 2017-09-07 19:06:58 -07:00
tests Merge "Initialize RedisAdmin with correct config command" 2017-11-16 17:29:45 +00:00
volume_type Associate datastore, version with volume-type 2016-12-19 14:24:09 -05: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 Merge "Use get_rpc_transport instead of get_transport" 2017-11-06 07:09:27 +00: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