From 657ce7fa213b680904c07f09029467d8a195761d Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Thu, 27 Feb 2014 10:50:38 -0800 Subject: [PATCH] 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 --- lib/ironic | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ironic b/lib/ironic index 607b13125a..f4454749dc 100644 --- a/lib/ironic +++ b/lib/ironic @@ -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