quantum_router - Create or Remove router from openstack

Synopsis

New in version 1.2.

Create or Delete routers from OpenStack

Options

parameter required default choices comments
admin_state_up no True
    desired admin state of the created router .
    auth_url no http://127.0.0.1:35357/v2.0/
      The keystone url for authentication
      login_password yes yes
        Password of login user
        login_tenant_name yes yes
          The tenant name of the login user
          login_username yes admin
            login username to authenticate to keystone
            name yes None
              Name to be give to the router
              region_name no None
                Name of the region
                state no present
                • present
                • absent
                Indicate desired state of the resource
                tenant_name no None
                  Name of the tenant for which the router has to be created, if none router would be created for the login tenant.

                  Note

                  Requires quantumclient

                  Note

                  Requires neutronclient

                  Note

                  Requires keystoneclient

                  Examples


                  # Creates a router for tenant admin
                  - quantum_router: state=present
                                  login_username=admin
                                  login_password=admin
                                  login_tenant_name=admin
                                  name=router1"