The incredible shrinking TC

The OpenStack Technical Committee has resolved to reduce its numbers
to a total of nine seats. As such we need to adjust the --tc-seats
option to setup-election-config reflecting this new reality. Keep
the default at the smaller of the two values, consistent with its
earlier implementation.

Change-Id: I854e0478b1045f33a36d8eba72d2677be4475aaf
This commit is contained in:
Jeremy Stanley 2020-09-14 22:55:57 +00:00
parent 1afe491c26
commit 8dfaf54b17
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def main():
parser.add_argument('date', type=valid_date, help='in the form YYYY-MM-DD')
parser.add_argument('release', help='release name')
parser.add_argument('type', choices=['TC', 'PTL'])
parser.add_argument('--tc-seats', default=6, choices=['6', '7'],
parser.add_argument('--tc-seats', default=4, choices=['4', '5'],
help='number of TC seats up for election')
args = parser.parse_args()