File: placement-incomplete-consumer-configuration-b775dac1bcd34f9d.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (11 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
features:
    - |
      Prior to microversion 1.8 of the placement API, one could create
      allocations and not supply a project or user ID for the consumer of the
      allocated resources. While this is no longer allowed after placement API
      1.8, older allocations exist and we now ensure that a consumer record is
      created for these older allocations. Use the two new CONF options
      ``CONF.placement.incomplete_consumer_project_id`` and
      ``CONF.placement.incomplete_consumer_user_id`` to control the project and
      user identifiers that are written for these incomplete consumer records.