0
:OpenStack에서 부동 IP 풀을 사용할 수있게하려면 어떻게해야합니까? 컨트롤러에
> nova-manage floating list None 192.168.1.1 None public eth0 None 192.168.1.2 None public eth0 None 192.168.1.3 None public eth0 ... > nova floating-ip-bulk-list (with admin credentials) +------------+---------------+---------------+--------+-----------+ | project_id | address | instance_uuid | pool | interface | +------------+---------------+---------------+--------+-----------+ | - | 192.168.1.1 | - | public | eth0 | | - | 192.168.1.2 | - | public | eth0 | | - | 192.168.1.3 | - | public | eth0 | | - | 192.168.1.4 | - | public | eth0 | ... (with admin or other user credentials on "admin" tenant or another project tenant) > nova floating-ip-list > nova floating-ip-pool-list
내가 같이 대중 풀의 IP를 만드는 방법을 알아낼 수 없습니다 정상적인 노바 (또는 웹) 클라이언트 그래서 난에 할당 할 수 있습니다까지 쇼를 노바는 관리하기 인스턴스로.
이것은 다소 혼란 스럽습니다. 첫 번째 및 두 번째 시나리오에서 사용중인 사용자/임차인은 무엇입니까? – Akilesh