Fix format flavor-extra-spec-image-property-validation

blueprint: flavor-extra-spec-image-property-validation
Change-Id: I25992fd699bfecb867ae412006be94ef658e115a
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This commit is contained in:
Jack Ding 2019-01-08 15:48:53 -05:00
parent efc9e6eb6a
commit 5861fe488a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ from all three operations: creation, rebuild, and resize.
.. note:: Only things that are not virt driver specific are validated.
Examples of validations to be added [1]_:
* Call hardware.numa_get_constraints to validate all the various numa-related
things. This is currently done only on _create_instance(), should be done for
resize/rebuild as well.