diff options
author | Giulio Fidente <gfidente@redhat.com> | 2014-12-10 11:38:24 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-01-08 19:27:06 +0000 |
commit | 11660bf3296801732dac858c7875a0a9d2599fba (patch) | |
tree | 5b9f1c27a1f90fd420c586373827605141dea609 | |
parent | f0ba1a632448fb50c0a8754f5d183c4d1f5759f4 (diff) |
Default BlockStorageCount to 0 for without-mergepy jobs
We have never created these additional storage nodes by default with
the old templates; we agreed on adding a job for this in CI [1] so
we will override the default value in the specific CI job.
1. https://github.com/openstack-infra/tripleo-ci/blob/master/docs/wanted_ci_jobs.csv
Change-Id: Iaec38807bc209fc28d83e3d6922269e803110053
-rw-r--r-- | overcloud-without-mergepy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index ae61ec4b..234b9c77 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -433,7 +433,7 @@ parameters: # Block storage specific parameters BlockStorageCount: type: number - default: 1 + default: 0 BlockStorageImage: default: overcloud-cinder-volume type: string |