validate.py: Fix alphabetical order on uca

Alphabetized ceph_repository_uca keys due to errors validating when
using UCA/queens repository on Ubuntu 16.04

An exception occurred during task execution. To see the full
traceback, use -vvv. The error was:
SchemaError: -> ceph_stable_repo_uca  schema item is not
alphabetically ordered

Closes: #4154

Signed-off-by: Gabriel Ramirez <gabrielramirez1109@gmail.com>
(cherry picked from commit 82262c6e8c)
pull/4167/head
Gabriel Ramirez 2019-06-24 21:52:11 -07:00 committed by Dimitri Savineau
parent 3ae024f404
commit adf5fdca8b
1 changed files with 1 additions and 1 deletions

View File

@ -254,9 +254,9 @@ ceph_repository_dev = (
)
ceph_repository_uca = (
("ceph_stable_repo_uca", types.string),
("ceph_stable_openstack_release_uca", types.string),
("ceph_stable_release_uca", types.string),
("ceph_stable_repo_uca", types.string),
)
monitor_options = (