Change-Id: I1c0e589e1a55fdb23d2a94942066d87befd0c7b2
artifacts: 'stack_data.sh'
only-if-success: true
- description-setter:
- regexp: "description-setter:(.*)\n"
+ regexp: "description-setter:%(.*)%"
openstack stack create --wait -t ${TEMPLATE_FILE} --parameter "${parameter_string}" ${STACK_NAME}
openstack stack output show "${STACK_NAME}" --all
FLOATING_IP=$(heat output-show ${STACK_NAME} floating_ip)
- echo "description-setter:${STACK_NAME}: ${FLOATING_IP}"
+ echo "description-setter%${STACK_NAME}: ${FLOATING_IP}%"
cat >stack_data.sh <<EOF
STACK_NAME=${STACK_NAME}
STACK_FLOATING_IP=${FLOATING_IP}