a0dcef410e
This adds the actual devstack plugin, with a signal to devstack that the plugin is in use, and devstack should not run the ironic code in the devstack tree. Note that this is not yet configured to run in the gate. Change-Id: I147ea059f75720132dd82ff9e7cd3bfdff7fa584
6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# NOTE(jroll) this is used for the transition to a devstack plugin in
|
|
# the ironic tree, and can be removed when the transition is complete.
|
|
IRONIC_USING_PLUGIN=True
|