From 22c4a92f4e545e9326fedb784c2862fd534ce346 Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 10 Feb 2017 09:47:27 +1100 Subject: [PATCH] [install-guide] Updates for Ocata Updated command line outputs and configuration file snippets for Ocata Change-Id: I9b9079a1aff5521abd60f36aae3d03131a2960c0 --- .../neutron-compute-install-option1.rst | 4 +- .../neutron-controller-install-option1.rst | 10 +-- doc/install-guide/source/neutron-verify.rst | 69 +++++++++---------- doc/install-guide/source/nova-verify.rst | 1 + 4 files changed, 41 insertions(+), 43 deletions(-) diff --git a/doc/install-guide/source/neutron-compute-install-option1.rst b/doc/install-guide/source/neutron-compute-install-option1.rst index c27b0d9a64..b5ea21ae64 100644 --- a/doc/install-guide/source/neutron-compute-install-option1.rst +++ b/doc/install-guide/source/neutron-compute-install-option1.rst @@ -33,7 +33,7 @@ networking infrastructure for instances and handles security groups. .. code-block:: ini [vxlan] - enable_vxlan = False + enable_vxlan = false .. end @@ -45,7 +45,7 @@ networking infrastructure for instances and handles security groups. [securitygroup] # ... - enable_security_group = True + enable_security_group = true firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver .. end diff --git a/doc/install-guide/source/neutron-controller-install-option1.rst b/doc/install-guide/source/neutron-controller-install-option1.rst index 0f7d8756e1..770eb21a1e 100644 --- a/doc/install-guide/source/neutron-controller-install-option1.rst +++ b/doc/install-guide/source/neutron-controller-install-option1.rst @@ -144,8 +144,8 @@ and plug-in. [DEFAULT] # ... - notify_nova_on_port_status_changes = True - notify_nova_on_port_data_changes = True + notify_nova_on_port_status_changes = true + notify_nova_on_port_data_changes = true [nova] # ... @@ -254,7 +254,7 @@ and switching) virtual networking infrastructure for instances. [securitygroup] # ... - enable_ipset = True + enable_ipset = true .. end @@ -288,7 +288,7 @@ networking infrastructure for instances and handles security groups. .. code-block:: ini [vxlan] - enable_vxlan = False + enable_vxlan = false .. end @@ -300,7 +300,7 @@ networking infrastructure for instances and handles security groups. [securitygroup] # ... - enable_security_group = True + enable_security_group = true firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver .. end diff --git a/doc/install-guide/source/neutron-verify.rst b/doc/install-guide/source/neutron-verify.rst index c768a9fbf3..e36a62ce15 100644 --- a/doc/install-guide/source/neutron-verify.rst +++ b/doc/install-guide/source/neutron-verify.rst @@ -21,42 +21,39 @@ Verify operation $ neutron ext-list - +---------------------------+-----------------------------------------------+ - | alias | name | - +---------------------------+-----------------------------------------------+ - | default-subnetpools | Default Subnetpools | - | network-ip-availability | Network IP Availability | - | network_availability_zone | Network Availability Zone | - | auto-allocated-topology | Auto Allocated Topology Services | - | ext-gw-mode | Neutron L3 Configurable external gateway mode | - | binding | Port Binding | - | agent | agent | - | subnet_allocation | Subnet Allocation | - | l3_agent_scheduler | L3 Agent Scheduler | - | tag | Tag support | - | external-net | Neutron external network | - | net-mtu | Network MTU | - | availability_zone | Availability Zone | - | quotas | Quota management support | - | l3-ha | HA Router extension | - | flavors | Neutron Service Flavors | - | provider | Provider Network | - | multi-provider | Multi Provider Network | - | address-scope | Address scope | - | extraroute | Neutron Extra Route | - | timestamp_core | Time Stamp Fields addition for core resources | - | router | Neutron L3 Router | - | extra_dhcp_opt | Neutron Extra DHCP opts | - | dns-integration | DNS Integration | - | security-group | security-group | - | dhcp_agent_scheduler | DHCP Agent Scheduler | - | router_availability_zone | Router Availability Zone | - | rbac-policies | RBAC Policies | - | standard-attr-description | standard-attr-description | - | port-security | Port Security | - | allowed-address-pairs | Allowed Address Pairs | - | dvr | Distributed Virtual Router | - +---------------------------+-----------------------------------------------+ + +---------------------------+---------------------------------+ + | alias | name | + +---------------------------+---------------------------------+ + | default-subnetpools | Default Subnetpools | + | availability_zone | Availability Zone | + | network_availability_zone | Network Availability Zone | + | binding | Port Binding | + | agent | agent | + | subnet_allocation | Subnet Allocation | + | dhcp_agent_scheduler | DHCP Agent Scheduler | + | tag | Tag support | + | external-net | Neutron external network | + | flavors | Neutron Service Flavors | + | net-mtu | Network MTU | + | network-ip-availability | Network IP Availability | + | quotas | Quota management support | + | provider | Provider Network | + | multi-provider | Multi Provider Network | + | address-scope | Address scope | + | subnet-service-types | Subnet service types | + | standard-attr-timestamp | Resource timestamps | + | service-type | Neutron Service Type Management | + | extra_dhcp_opt | Neutron Extra DHCP opts | + | standard-attr-revisions | Resource revision numbers | + | pagination | Pagination support | + | sorting | Sorting support | + | security-group | security-group | + | rbac-policies | RBAC Policies | + | standard-attr-description | standard-attr-description | + | port-security | Port Security | + | allowed-address-pairs | Allowed Address Pairs | + | project-id | project_id field enabled | + +---------------------------+---------------------------------+ .. end diff --git a/doc/install-guide/source/nova-verify.rst b/doc/install-guide/source/nova-verify.rst index 81b988278d..48a24a5f87 100644 --- a/doc/install-guide/source/nova-verify.rst +++ b/doc/install-guide/source/nova-verify.rst @@ -50,6 +50,7 @@ Verify operation of the Compute service. .. code-block:: console $ openstack catalog list + +----------+----------+--------------------------------------------------------------------------+ | Name | Type | Endpoints | +----------+----------+--------------------------------------------------------------------------+