Skip to content

Commit 06cf2ff

Browse files
authored
Add sample flavor (#259)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent 7c56488 commit 06cf2ff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/guides/operations-guide/openstack/day2-operations/flavor-manager.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,27 @@ Check yourself by running:
8484
$ openstack --os-cloud admin flavor list
8585
```
8686

87+
```
88+
$ openstack --os-cloud admin flavor show SCS-2V-4-20s
89+
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
90+
| Field | Value |
91+
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
92+
| OS-FLV-DISABLED:disabled | False |
93+
| OS-FLV-EXT-DATA:ephemeral | 0 |
94+
| access_project_ids | None |
95+
| description | None |
96+
| disk | 20 |
97+
| id | 652e3a6c-330e-4ee3-922b-b49c3c093062 |
98+
| name | SCS-2V-4-20s |
99+
| os-flavor-access:is_public | True |
100+
| properties | hw_rng:allowed='true', scs:cpu-type='shared-core', scs:disk0-type='ssd', scs:name-v1='SCS-2V:4:20s', scs:name-v2='SCS-2V-4-20s' |
101+
| ram | 4096 |
102+
| rxtx_factor | 1.0 |
103+
| swap | 0 |
104+
| vcpus | 2 |
105+
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
106+
```
107+
87108
## Definitions
88109

89110
There are two flavor definitions available by default. One for

0 commit comments

Comments
 (0)