|
18 | 18 | "components": { |
19 | 19 | "pcf": { |
20 | 20 | "required": [ |
| 21 | + "compute-admin-flavors", |
| 22 | + "compute-admin-hypervisors", |
| 23 | + "compute-admin-list-migrations", |
| 24 | + "compute-admin-server-ops", |
| 25 | + "compute-admin-tenant-usage", |
21 | 26 | "compute-flavors", |
22 | 27 | "compute-floating-ips-actions", |
23 | 28 | "compute-floating-ips-actions-negative", |
|
29 | 34 | "compute-security-groups", |
30 | 35 | "compute-server-interfaces", |
31 | 36 | "compute-availability-zone", |
32 | | - "compute-server-create", |
| 37 | + "compute-create-server", |
33 | 38 | "compute-server-delete", |
34 | 39 | "compute-server-disk-config", |
35 | 40 | "compute-server-actions-list", |
36 | 41 | "compute-server-list-filters", |
37 | 42 | "compute-server-multiple-create", |
38 | 43 | "compute-server-actions", |
39 | 44 | "compute-server-addresses", |
40 | | - "compute-server-groups" |
| 45 | + "compute-server-groups", |
| 46 | + "compute-server-metadata", |
| 47 | + "compute-server-password", |
| 48 | + "compute-server-rescue", |
| 49 | + "compute-server-basic-ops", |
| 50 | + "compute-quota-get", |
| 51 | + "compute-network-list", |
| 52 | + "compute-server-volume-attach", |
| 53 | + "compute-volume-list", |
| 54 | + "identity-v2-discovery", |
| 55 | + "identity-v2-basic-ops", |
| 56 | + "identity-v3-discovery", |
| 57 | + "identity-v3-basic-ops", |
| 58 | + "image-v1-image-create", |
| 59 | + "image-v1-image-list", |
| 60 | + "image-v1-image-metadata-update", |
| 61 | + "image-v2-image-crud-ops", |
| 62 | + "image-v2-image-list", |
| 63 | + "network-floating-ips-admin-actions", |
| 64 | + "network-quotas", |
| 65 | + "network-dhcp-extra-options", |
| 66 | + "network-floating-ips", |
| 67 | + "network-floating-ips-negative", |
| 68 | + "network-subnet-basic-ops", |
| 69 | + "network-port-basic-ops", |
| 70 | + "network-router-basic-ops", |
| 71 | + "network-security-group-ipv6", |
| 72 | + "network-security-group-ipv4", |
| 73 | + "volume-v1-snapshot-metadata", |
| 74 | + "volume-v1-volume-metadata", |
| 75 | + "volume-v1-volume-action", |
| 76 | + "volume-v2-volume-action", |
| 77 | + "volume-extend-volume", |
| 78 | + "volume-v1-volume-get", |
| 79 | + "volume-v2-volume-get", |
| 80 | + "volume-v1-volume-list", |
| 81 | + "volume-v2-volume-list", |
| 82 | + "volume-v1-snapshot-crud-ops", |
| 83 | + "volume-v2-snapshot-crud-ops", |
| 84 | + "volume-v2-volume-list", |
| 85 | + "scenario-encrypted-cinder-volumes", |
| 86 | + "scenario-minimum-basic", |
| 87 | + "scenario-network-advanced-server-ops", |
| 88 | + "scenario-network-basic-ops", |
| 89 | + "scenario-security-groups-basic-ops", |
| 90 | + "scenario-server-advanced-ops", |
| 91 | + "scenario-server-basic-ops", |
| 92 | + "scenario-snapshot-pattern", |
| 93 | + "scenario-volume-boot-pattern-v1", |
| 94 | + "scenario-volume-boot-pattern-v2" |
41 | 95 | ], |
42 | 96 | "advisory": [ |
43 | 97 | "compute-admin-flavors", |
|
0 commit comments