Skip to content

Commit

Permalink
fix: update the flavor docs for new extraspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnull committed Jul 15, 2024
1 parent 25539e0 commit 3a1f8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openstack-flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Now, set the hardware property to ensure that `pci_passthrough:alias` is **p2000
``` shell
openstack --os-cloud default flavor set gpu-p2000.medium \
--property pci_passthrough:alias=p2000:1 \
--property hide_hypervisor_id=true
--property hw:hide_hypervisor_id='true'
```

!!! note
Expand All @@ -85,7 +85,7 @@ openstack --os-cloud default flavor set gpu-p2000.medium \

!!! note

The `hide_hypervisor_id` will hide the Hypervisor ID from an instances. This useful in a lot of environments, see the [upstream documentation](https://bugs.launchpad.net/nova/+bug/1841932) for more information.
The `hw:hide_hypervisor_id` will hide the Hypervisor ID from an instances. This useful in a lot of environments, see the [upstream documentation](https://bugs.launchpad.net/nova/+bug/1841932) for more information.

## Benefits of Custom Flavors

Expand Down

0 comments on commit 3a1f8c1

Please sign in to comment.