[install-guide] Updates for Ocata

Updated command line outputs and configuration file snippets
for Ocata

Change-Id: I9b9079a1aff5521abd60f36aae3d03131a2960c0
This commit is contained in:
daz 2017-02-10 09:47:27 +11:00
parent 018d564d21
commit 22c4a92f4e
4 changed files with 41 additions and 43 deletions

View File

@ -33,7 +33,7 @@ networking infrastructure for instances and handles security groups.
.. code-block:: ini .. code-block:: ini
[vxlan] [vxlan]
enable_vxlan = False enable_vxlan = false
.. end .. end
@ -45,7 +45,7 @@ networking infrastructure for instances and handles security groups.
[securitygroup] [securitygroup]
# ... # ...
enable_security_group = True enable_security_group = true
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
.. end .. end

View File

@ -144,8 +144,8 @@ and plug-in.
[DEFAULT] [DEFAULT]
# ... # ...
notify_nova_on_port_status_changes = True notify_nova_on_port_status_changes = true
notify_nova_on_port_data_changes = True notify_nova_on_port_data_changes = true
[nova] [nova]
# ... # ...
@ -254,7 +254,7 @@ and switching) virtual networking infrastructure for instances.
[securitygroup] [securitygroup]
# ... # ...
enable_ipset = True enable_ipset = true
.. end .. end
@ -288,7 +288,7 @@ networking infrastructure for instances and handles security groups.
.. code-block:: ini .. code-block:: ini
[vxlan] [vxlan]
enable_vxlan = False enable_vxlan = false
.. end .. end
@ -300,7 +300,7 @@ networking infrastructure for instances and handles security groups.
[securitygroup] [securitygroup]
# ... # ...
enable_security_group = True enable_security_group = true
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
.. end .. end

View File

@ -21,42 +21,39 @@ Verify operation
$ neutron ext-list $ neutron ext-list
+---------------------------+-----------------------------------------------+ +---------------------------+---------------------------------+
| alias | name | | alias | name |
+---------------------------+-----------------------------------------------+ +---------------------------+---------------------------------+
| default-subnetpools | Default Subnetpools | | default-subnetpools | Default Subnetpools |
| network-ip-availability | Network IP Availability | | availability_zone | Availability Zone |
| network_availability_zone | Network Availability Zone | | network_availability_zone | Network Availability Zone |
| auto-allocated-topology | Auto Allocated Topology Services | | binding | Port Binding |
| ext-gw-mode | Neutron L3 Configurable external gateway mode | | agent | agent |
| binding | Port Binding | | subnet_allocation | Subnet Allocation |
| agent | agent | | dhcp_agent_scheduler | DHCP Agent Scheduler |
| subnet_allocation | Subnet Allocation | | tag | Tag support |
| l3_agent_scheduler | L3 Agent Scheduler | | external-net | Neutron external network |
| tag | Tag support | | flavors | Neutron Service Flavors |
| external-net | Neutron external network | | net-mtu | Network MTU |
| net-mtu | Network MTU | | network-ip-availability | Network IP Availability |
| availability_zone | Availability Zone | | quotas | Quota management support |
| quotas | Quota management support | | provider | Provider Network |
| l3-ha | HA Router extension | | multi-provider | Multi Provider Network |
| flavors | Neutron Service Flavors | | address-scope | Address scope |
| provider | Provider Network | | subnet-service-types | Subnet service types |
| multi-provider | Multi Provider Network | | standard-attr-timestamp | Resource timestamps |
| address-scope | Address scope | | service-type | Neutron Service Type Management |
| extraroute | Neutron Extra Route | | extra_dhcp_opt | Neutron Extra DHCP opts |
| timestamp_core | Time Stamp Fields addition for core resources | | standard-attr-revisions | Resource revision numbers |
| router | Neutron L3 Router | | pagination | Pagination support |
| extra_dhcp_opt | Neutron Extra DHCP opts | | sorting | Sorting support |
| dns-integration | DNS Integration | | security-group | security-group |
| security-group | security-group | | rbac-policies | RBAC Policies |
| dhcp_agent_scheduler | DHCP Agent Scheduler | | standard-attr-description | standard-attr-description |
| router_availability_zone | Router Availability Zone | | port-security | Port Security |
| rbac-policies | RBAC Policies | | allowed-address-pairs | Allowed Address Pairs |
| standard-attr-description | standard-attr-description | | project-id | project_id field enabled |
| port-security | Port Security | +---------------------------+---------------------------------+
| allowed-address-pairs | Allowed Address Pairs |
| dvr | Distributed Virtual Router |
+---------------------------+-----------------------------------------------+
.. end .. end

View File

@ -50,6 +50,7 @@ Verify operation of the Compute service.
.. code-block:: console .. code-block:: console
$ openstack catalog list $ openstack catalog list
+----------+----------+--------------------------------------------------------------------------+ +----------+----------+--------------------------------------------------------------------------+
| Name | Type | Endpoints | | Name | Type | Endpoints |
+----------+----------+--------------------------------------------------------------------------+ +----------+----------+--------------------------------------------------------------------------+