c0a72cf749
This is a straight copy of the ironic code in grenade's tree to here. This is necessary to drop ironic code from devstack and complete the devstack plugin work, as well as just the right thing to do, and will help us move faster on grenade work. Note that I'm not sure if this will or will not, and it may make our grenade jobs explode during the transition. However, our grenade jobs don't work right now anyway, so nothing of value was lost. :) Change-Id: I8b065c60e9e06cd7fc10749c49bdf79d878fcc12
19 lines
336 B
Bash
Executable File
19 lines
336 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
#
|
|
|
|
set -o errexit
|
|
|
|
source $GRENADE_DIR/grenaderc
|
|
source $GRENADE_DIR/functions
|
|
|
|
# We need base DevStack functions for this
|
|
source $BASE_DEVSTACK_DIR/functions
|
|
source $BASE_DEVSTACK_DIR/stackrc # needed for status directory
|
|
source $BASE_DEVSTACK_DIR/lib/tls
|
|
source $BASE_DEVSTACK_DIR/lib/ironic
|
|
|
|
set -o xtrace
|
|
|
|
stop_ironic
|