Merge "[Install Guide] Update command output"

This commit is contained in:
Jenkins 2017-02-14 12:47:40 +00:00 committed by Gerrit Code Review
commit a8ac202ec7
2 changed files with 90 additions and 35 deletions

View File

@ -81,8 +81,9 @@ must create a database, service credentials, and API endpoints.
+---------------------+----------------------------------+ +---------------------+----------------------------------+
| domain_id | default | | domain_id | default |
| enabled | True | | enabled | True |
| id | 319f34694728440eb8ffcb27b6dd8b8a | | id | fdb0f541e28141719b6a43c8944bf1fb |
| name | neutron | | name | neutron |
| options | {} |
| password_expires_at | None | | password_expires_at | None |
+---------------------+----------------------------------+ +---------------------+----------------------------------+

View File

@ -19,41 +19,95 @@ Verify operation
.. code-block:: console .. code-block:: console
$ neutron ext-list $ openstack extension list --network
+---------------------------+---------------------------------+ +---------------------------+---------------------------+----------------------------+
| alias | name | | Name | Alias | Description |
+---------------------------+---------------------------------+ +---------------------------+---------------------------+----------------------------+
| default-subnetpools | Default Subnetpools | | Default Subnetpools | default-subnetpools | Provides ability to mark |
| availability_zone | Availability Zone | | | | and use a subnetpool as |
| network_availability_zone | Network Availability Zone | | | | the default |
| binding | Port Binding | | Availability Zone | availability_zone | The availability zone |
| agent | agent | | | | extension. |
| subnet_allocation | Subnet Allocation | | Network Availability Zone | network_availability_zone | Availability zone support |
| dhcp_agent_scheduler | DHCP Agent Scheduler | | | | for network. |
| tag | Tag support | | Port Binding | binding | Expose port bindings of a |
| external-net | Neutron external network | | | | virtual port to external |
| flavors | Neutron Service Flavors | | | | application |
| net-mtu | Network MTU | | agent | agent | The agent management |
| network-ip-availability | Network IP Availability | | | | extension. |
| quotas | Quota management support | | Subnet Allocation | subnet_allocation | Enables allocation of |
| provider | Provider Network | | | | subnets from a subnet pool |
| multi-provider | Multi Provider Network | | DHCP Agent Scheduler | dhcp_agent_scheduler | Schedule networks among |
| address-scope | Address scope | | | | dhcp agents |
| subnet-service-types | Subnet service types | | Tag support | tag | Enables to set tag on |
| standard-attr-timestamp | Resource timestamps | | | | resources. |
| service-type | Neutron Service Type Management | | Neutron external network | external-net | Adds external network |
| extra_dhcp_opt | Neutron Extra DHCP opts | | | | attribute to network |
| standard-attr-revisions | Resource revision numbers | | | | resource. |
| pagination | Pagination support | | Neutron Service Flavors | flavors | Flavor specification for |
| sorting | Sorting support | | | | Neutron advanced services |
| security-group | security-group | | Network MTU | net-mtu | Provides MTU attribute for |
| rbac-policies | RBAC Policies | | | | a network resource. |
| standard-attr-description | standard-attr-description | | Network IP Availability | network-ip-availability | Provides IP availability |
| port-security | Port Security | | | | data for each network and |
| allowed-address-pairs | Allowed Address Pairs | | | | subnet. |
| project-id | project_id field enabled | | Quota management support | quotas | Expose functions for |
+---------------------------+---------------------------------+ | | | quotas management per |
| | | tenant |
| Provider Network | provider | Expose mapping of virtual |
| | | networks to physical |
| | | networks |
| Multi Provider Network | multi-provider | Expose mapping of virtual |
| | | networks to multiple |
| | | physical networks |
| Address scope | address-scope | Address scopes extension. |
| Subnet service types | subnet-service-types | Provides ability to set |
| | | the subnet service_types |
| | | field |
| Resource timestamps | standard-attr-timestamp | Adds created_at and |
| | | updated_at fields to all |
| | | Neutron resources that |
| | | have Neutron standard |
| | | attributes. |
| Neutron Service Type | service-type | API for retrieving service |
| Management | | providers for Neutron |
| | | advanced services |
| Tag support for | tag-ext | Extends tag support to |
| resources: subnet, | | more L2 and L3 resources. |
| subnetpool, port, router | | |
| Neutron Extra DHCP opts | extra_dhcp_opt | Extra options |
| | | configuration for DHCP. |
| | | For example PXE boot |
| | | options to DHCP clients |
| | | can be specified (e.g. |
| | | tftp-server, server-ip- |
| | | address, bootfile-name) |
| Resource revision numbers | standard-attr-revisions | This extension will |
| | | display the revision |
| | | number of neutron |
| | | resources. |
| Pagination support | pagination | Extension that indicates |
| | | that pagination is |
| | | enabled. |
| Sorting support | sorting | Extension that indicates |
| | | that sorting is enabled. |
| security-group | security-group | The security groups |
| | | extension. |
| RBAC Policies | rbac-policies | Allows creation and |
| | | modification of policies |
| | | that control tenant access |
| | | to resources. |
| standard-attr-description | standard-attr-description | Extension to add |
| | | descriptions to standard |
| | | attributes |
| Port Security | port-security | Provides port security |
| Allowed Address Pairs | allowed-address-pairs | Provides allowed address |
| | | pairs |
| project_id field enabled | project-id | Extension that indicates |
| | | that project_id field is |
| | | enabled. |
+---------------------------+---------------------------+----------------------------+
.. end .. end