removed '-e' from bash command line

the keystone commands will fail if the keystone principals already
exist
This commit is contained in:
Lars Kellogg-Stedman 2014-09-18 15:01:13 -04:00
parent 3b24b75955
commit f57aa69b2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash
: ${KEYSTONE_DB_PASSWORD:=keystone}
: ${KEYSTONE_ADMIN_PASSWORD:=redhat}