Stop trying to create the 'ironic' user twice
After 09bd7c8fd5a6 landed, a conflict between lib/ironic and extras.d/50-ironic.sh was exposed, breaking Ironic's check and gate tests. This resolves that conflict by only creating the 'ironic' user once. Change-Id: Ic41517f0977c84a82f92f58565aaee6b5cc7eb3e
This commit is contained in:
parent
0ed4af02da
commit
657ce7fa21
@ -186,9 +186,6 @@ function init_ironic() {
|
||||
$IRONIC_BIN_DIR/ironic-dbsync
|
||||
|
||||
create_ironic_cache_dir
|
||||
|
||||
# Create keystone artifacts for Ironic.
|
||||
create_ironic_accounts
|
||||
}
|
||||
|
||||
# start_ironic() - Start running processes, including screen
|
||||
|
Loading…
x
Reference in New Issue
Block a user