1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #10559: Permit the pinning of a VM to a particular device within a cluster which has no site assignment

This commit is contained in:
jeremystretch
2022-10-04 15:46:55 -04:00
parent fec8d1bc2f
commit 03946f2ca8
3 changed files with 5 additions and 8 deletions

View File

@@ -23,6 +23,7 @@
* [#10491](https://github.com/netbox-community/netbox/issues/10491) - Clarify representation of blocking contact assignments during contact deletion
* [#10513](https://github.com/netbox-community/netbox/issues/10513) - Disable the reassignment of a module to a new device
* [#10517](https://github.com/netbox-community/netbox/issues/10517) - Automatically inherit site assignment from cluster when creating a virtual machine
* [#10559](https://github.com/netbox-community/netbox/issues/10559) - Permit the pinning of a VM to a particular device within a cluster which has no site assignment
---