August 2018
Beginner
462 pages
12h 36m
English
To create a pool, use the neutron lbaas-pool-create command shown here:
neutron lbaas-pool-create[--tenant-id TENANT_ID][--description DESCRIPTION][--name NAME] --lb-algorithm{ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}
[--admin-state-down][--listener LISTENER][--loadbalancer LOADBALANCER] --protocol {HTTP,HTTPS,TCP}[--session-persistence type=TYPE[,cookie_name=COOKIE_NAME]]
The --tenant-id argument is optional and can be used to associate the pool with a project other than the creator. The tenant or project ID specified should match the respective load balancer.
The --description argument is optional and can be used to provide a description for the pool.
The --name argument is optional and can be used to set a ...
Read now
Unlock full access