Advertisement
Guest User

Untitled

a guest
Jan 10th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. actual = defaultdict(<class 'list'>,
  2. {'Diagnostics-1.0': ['memory_details',
  3. 'cpu_details',
  4. 'nic_details',
  5. 'disk_details',
  6. 'num_cpus',
  7. 'num_nics',
  8. 'num_disks'],
  9. 'InstanceNUMACell-1.4': ['pagesize',
  10. 'cpu_pinning_raw',
  11. 'cpu_policy',
  12. 'cpu_thread_policy',
  13. 'cpuset_reserved'],
  14. 'PciDevice-1.6': ['extra_info'],
  15. 'Quotas-1.3': ['reservations', 'project_id', 'user_id'],
  16. 'QuotasNoOp-1.3': ['reservations', 'project_id', 'user_id'],
  17. 'RequestGroup-1.3': ['use_same_provider',
  18. 'resources',
  19. 'required_traits',
  20. 'forbidden_traits',
  21. 'aggregates',
  22. 'forbidden_aggregates',
  23. 'requester_id',
  24. 'provider_uuids',
  25. 'in_tree'],
  26. 'Service-1.22': ['version']})
  27. : Some non-ephemeral objects set fields during initialization; This is not allowed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement