[install-guide] Updates for Ocata
Updated command line outputs and configuration file snippets for Ocata Change-Id: I9b9079a1aff5521abd60f36aae3d03131a2960c0
This commit is contained in:
parent
018d564d21
commit
22c4a92f4e
@ -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
|
||||
|
@ -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
|
||||
|
@ -21,42 +21,39 @@ Verify operation
|
||||
|
||||
$ neutron ext-list
|
||||
|
||||
+---------------------------+-----------------------------------------------+
|
||||
+---------------------------+---------------------------------+
|
||||
| alias | name |
|
||||
+---------------------------+-----------------------------------------------+
|
||||
+---------------------------+---------------------------------+
|
||||
| default-subnetpools | Default Subnetpools |
|
||||
| network-ip-availability | Network IP Availability |
|
||||
| availability_zone | Availability Zone |
|
||||
| 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 |
|
||||
| dhcp_agent_scheduler | DHCP 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 |
|
||||
| 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 |
|
||||
| extraroute | Neutron Extra Route |
|
||||
| timestamp_core | Time Stamp Fields addition for core resources |
|
||||
| router | Neutron L3 Router |
|
||||
| subnet-service-types | Subnet service types |
|
||||
| standard-attr-timestamp | Resource timestamps |
|
||||
| service-type | Neutron Service Type Management |
|
||||
| extra_dhcp_opt | Neutron Extra DHCP opts |
|
||||
| dns-integration | DNS Integration |
|
||||
| standard-attr-revisions | Resource revision numbers |
|
||||
| pagination | Pagination support |
|
||||
| sorting | Sorting support |
|
||||
| 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 |
|
||||
+---------------------------+-----------------------------------------------+
|
||||
| project-id | project_id field enabled |
|
||||
+---------------------------+---------------------------------+
|
||||
|
||||
.. end
|
||||
|
||||
|
@ -50,6 +50,7 @@ Verify operation of the Compute service.
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack catalog list
|
||||
|
||||
+----------+----------+--------------------------------------------------------------------------+
|
||||
| Name | Type | Endpoints |
|
||||
+----------+----------+--------------------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user