Merge "make incomplete_consumer_project_id a valid UUID"

This commit is contained in:
Zuul 2018-07-10 14:39:17 +00:00 committed by Gerrit Code Review
commit 8469fa70da
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from nova.conf import utils as confutils
DEFAULT_SERVICE_TYPE = 'placement'
DEFAULT_CONSUMER_MISSING_ID = '00000000-0000-0000-0000-0000000000000'
DEFAULT_CONSUMER_MISSING_ID = '00000000-0000-0000-0000-000000000000'
placement_group = cfg.OptGroup(
'placement',

View File

@ -11,7 +11,7 @@ defaults:
openstack-api-version: placement 1.7
vars:
- &default_incomplete_id 00000000-0000-0000-0000-0000000000000
- &default_incomplete_id 00000000-0000-0000-0000-000000000000
tests:
- name: put an allocation without project/user (1.7)