1c639f01a0
The devstack plugin code was sourcing a file that was enabling bash errexit, which was then inheriting it in later operations that could cause the shell to exit unexpectedly. Change both scripts to 'set +e' near exit so sourcing them doesn't have issues. Change-Id: I16513b0066c05cd6fc606da341df636094010a34