hibiki31 / virty

Web interface of Libvirt-API for easy deployment.
17 stars 3 forks source link

[VM作成ダイアログ] OVSタイプ以外でもポート選択が表示されている #99

Closed hibiki31 closed 5 months ago

hibiki31 commented 11 months ago

VM作成時にNICを指定するが、OVSタイプ以外はポートが存在しない。 OVSタイプ以外はnullを指定する。

image

 {
    "name": "vbr-7a2fda",
    "uuid": "80daed44-0ca7-45fc-9166-888fbf618c5f",
    "type": "route",
    "dhcp": null,
    "description": null,
    "active": null,
    "bridge": "vbr-7a2fda",
    "autoStart": null,
    "portgroups": [],
    "nodeName": "test-r640-01",
    "updateToken": "1699456173.843766"
  },
taso0096 commented 10 months ago

https://github.com/hibiki31/virty/pull/102 でovsのみportを表示する対応をした。 しかし、複数のネットワークを追加する場合は一つでもovsがあると全てでportの入力を求められる問題がある。

taso0096 commented 5 months ago

多分直った