Spaceman1984 commented on a change in pull request #5187:
URL: https://github.com/apache/cloudstack/pull/5187#discussion_r665932620



##########
File path: setup/bindir/cloud-setup-databases.in
##########
@@ -576,7 +580,11 @@ for example:
         self.parser.add_option("-j", "--encryption-jar-path", action="store", 
dest="encryptionJarPath", help="The path to the jasypt library to be used to 
encrypt the values in db.properties")
         self.parser.add_option("-n", "--encryption-key-file", action="store", 
dest="encryptionKeyFile", help="The name of the file in which encryption key to 
be generated")
         self.parser.add_option("-b", "--mysql-bin-path", action="store", 
dest="mysqlbinpath", help="The mysql installed bin path")
-
+        self.parser.add_option("-s", "--create-schema-only", 
action="store_true", dest="createschema", default=False,
+                          help="Creates the db schema without having to pass 
root credentials - "\

Review comment:
       This will allow flexibility in the sense that if 2 people in an 
organization are given two different roles. One person can create the databases 
and another can fire scripts on it without having the root credentials.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to