如何使浮动ip池在OpenStack中可用?

如何使浮动ip池在OpenStack中可用?,openstack,openstack-nova,Openstack,Openstack Nova,在控制器上: > 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) +------------+-----

在控制器上:

> 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 >nova管理浮动列表 无192.168.1.1无公共eth0 无192.168.1.2无公共eth0 无192.168.1.3无公共eth0 ... >nova浮动ip批量列表(具有管理员凭据) +------------+---------------+---------------+--------+-----------+ |项目| id |地址|实例| uuid |池|接口| +------------+---------------+---------------+--------+-----------+ |-| 192.168.1.1 |-|公共| eth0| |-| 192.168.1.2 |-|公共| eth0| |-| 192.168.1.3 |-|公共| eth0| |-| 192.168.1.4 |-|公共| eth0| ... (具有“管理员”租户或其他项目租户的管理员或其他用户凭据) >nova浮动ip列表 >nova浮动ip池列表
我不知道如何使nova manage显示的公共池中的IP显示给普通nova(或web)客户端,以便我可以将它们分配给实例。

似乎设置OpenStack实例的人员正在使用neutron管理网络,以便“neutron floatingip创建”似乎奏效了。

这有点让人困惑。您在第一个和第二个场景中使用的用户/租户是什么?