Browse code

Merge "Setup PKI for Keystone"

Jenkins authored on 2012/07/14 04:23:14
Showing 1 changed files
... ...
@@ -1947,6 +1947,8 @@ if is_service_enabled key; then
1947 1947
 
1948 1948
     # Initialize keystone database
1949 1949
     $KEYSTONE_DIR/bin/keystone-manage db_sync
1950
+    # set up certificates
1951
+    $KEYSTONE_DIR/bin/keystone-manage pki_setup
1950 1952
 
1951 1953
     # launch keystone and wait for it to answer before continuing
1952 1954
     screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG -d --debug"