How do I make floating ip pools available in OpenStack? -
on controller:
> 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 project tenant) > nova floating-ip-list > nova floating-ip-pool-list
i can't figure out how make ips in public pool shown nova-manage show normal nova (or web) client can assign them instance.
it appears folks setup openstack instance using neutron manage networking "neutron floatingip-create" seems have worked.
Comments
Post a Comment