changeset 2294:181cffa3afd2

Add -d <dburl> option to storage-populator Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-May/018793.html
author James Aziz <jaziz@redhat.com>
date Thu, 12 May 2016 09:52:34 -0400
parents e8aa651b0627
children 5d4c3090df2d
files dev/storage-populator/distribution/thermostat-plugin.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dev/storage-populator/distribution/thermostat-plugin.xml	Wed May 11 13:56:26 2016 -0400
+++ b/dev/storage-populator/distribution/thermostat-plugin.xml	Thu May 12 09:52:34 2016 -0400
@@ -54,6 +54,9 @@
           <required>true</required>
           <description>the json config file to use</description>
         </option>
+        <option common="true">
+            <long>dbUrl</long>
+        </option>
       </options>
       <environments>
         <environment>cli</environment>