summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authoramcrn <amcreynolds@ebaysf.com>2013-09-09 19:42:46 -0700
committeramcrn <amcreynolds@ebaysf.com>2013-09-20 14:29:20 -0700
commitf77aab57e15e83258a0f6867878204c686107118 (patch)
tree33f083d40cdb81d8ad5bc428b17558925f038def /run_tests.py
parentc05fc3fbe0455cc18e46878e44d5379417cdf3a9 (diff)
downloadtrove-f77aab57e15e83258a0f6867878204c686107118.tar.gz
Support Optional Super User in Instance Create
The creation of initial users and/or databases is supported in an instance-create request, but the creation of a super/root user is not. Granted, it's possible to create or reset the root user, but it must be done as a separate request, after the instance has completely initialized. Changeset: If CONF.root_on_create == True, a UUID is generated for the root user's password and is returned in the instance-create response as the "password" property/field. Change-Id: I300d3f019766445b90411d5ab8651b1aa34a77e9 Implements: blueprint instance-initial-super-user Closes-Bug: #1219624
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 98b24af8..00fb1cde 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -136,6 +136,7 @@ if __name__ == "__main__":
from trove.tests.api import instances_resize
from trove.tests.api import databases
from trove.tests.api import root
+ from trove.tests.api import root_on_create
from trove.tests.api import users
from trove.tests.api import user_access
from trove.tests.api.mgmt import accounts