Skip to content
Snippets Groups Projects
start.sh 307 B
Newer Older
  • Learn to ignore specific revisions
  • CMD="/usr/bin/keystone-all"
    ARGS=""
    
    # loading common functions
    source /opt/kolla/kolla-common.sh
    
    # Bootstrap and exit if BOOTSTRAP variable is set
    if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
        su -c "keystone-manage db_sync" keystone
        exit 0