8.142. neutron lbaas-pool-create


usage: neutron lbaas-pool-create [-h] [-f {json,shell,table,value,yaml}]
                                 [-c COLUMN] [--max-width <integer>]
                                 [--noindent] [--prefix PREFIX]
                                 [--request-format {json}]
                                 [--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]]
Copy to Clipboard Toggle word wrap
LBaaS v2 Create a pool.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--tenant-id TENANT_ID


      The owner tenant ID.

--description DESCRIPTION


      Description of the pool.

--name NAME


        The name of the pool.

--lb-algorithm {ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}


      The algorithm used to distribute load between the
      members of the pool.

--admin-state-down


        Set admin state up to false.

--listener LISTENER


        Listener whose default-pool should be set to this
      pool. At least one of --listener or --loadbalancer
      must be specified.

--loadbalancer LOADBALANCER


      Loadbalancer with which this pool should be
      associated. At least one of --listener or
      --loadbalancer must be specified.

--protocol {HTTP,HTTPS,TCP}


      Protocol for balancing.

--session-persistence


        type=TYPE[,cookie_name=COOKIE_NAME]
      The type of session persistence to use and associated
      cookie name.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top