Skip to content

Commit

Permalink
Merge pull request rcbops#336 from antonym/disable_rpc_playbooks
Browse files Browse the repository at this point in the history
Disable RPC playbooks on MNAIO
  • Loading branch information
antonym authored Feb 6, 2019
2 parents ee0e579 + c05b6f8 commit 967cf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/create-mnaio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ case "${RE_JOB_SERIES}" in
export DEPLOY_CEILOMETER=no; \
export DEPLOY_CEPH=no; \
export DEPLOY_SWIFT=yes; \
export DEPLOY_RPC=yes; \
export DEPLOY_RPC=no; \
export ANSIBLE_FORCE_COLOR=true; \
export RPC_APT_ARTIFACT_MODE="loose"; \
scripts/deploy.sh"
Expand Down

0 comments on commit 967cf95

Please sign in to comment.