Add content clarifying that the port binding for the br100 port
group must be configured as ephemeral in vCenter. Included link
to a KB article that discusses port bindings.
Change-Id: I5bc2dcad56a8e6e54bb4a7476c89cbcaff6970aa
Closes-Bug: #1270306
The interfaces templates for /etc/network/interfaces contain 2 gateway
definitions, and there is a third one configured via DHCP when the
network comes up.
Having multiple default gateways (at least configured this way) does
not work. For instance, booting into Ubuntu 12.04.4 LTS with one of
these interface definitions results in error messages ("Waiting up to
60 more seconds for network configuration", "Booting system without
full network configuration").
With the gateways removed, the network comes up without a problem and
the hosts can communicate over the API Network, the OpenStack Management
Network, and the Data Network. (And there is still a default gateway
on the NAT interfaces of each host).
Change-Id: I3ee9737c19b696d88f9897547996cddef482b7f7
Remove the amqp table (the transport_url option doesn't exist in neutron
anymore).
Rename the debug table to cadf, and include the table.
Change-Id: I718f50e2b9eaa5e6e4a20cf77f4d245dd6b6cc01
Closes-Bug: #1310061
Update the ID of the cirros image in code examples for consistency.
Also fix the image name where it wasn't updated (0.3.1 -> 0.3.2).
Change-Id: I254cffb43652e0ed706cfe31c90a7148780a8630
The auth_token middleware options were not tracked yet. This patch adds
the mapping information, generates the tables and include them in the
config-reference.
This patch also moves the api_rate_limit nova option in the api section.
Closes-Bug: #1254568
Change-Id: I0e34cc8e0a56336118aa933e4018c38c9dcacf9b
Eucalyptus 2.0 documentation is deprecated, 3.4 is current - and still
documents euca2ools. Update the link.
Change-Id: If3a2a3184706299bb1aebe066873d247d6e10d73
Closes-Bug: #1310383
The backlog option is not in cinder anymore, but the autoconf script
doesn't remove old files.
Also add a comment in cinder-netapp_cdot_extraspecs.xml warning that
this file is not autogenerated to avoid seeing it removed by accident.
Change-Id: I2d7fc7b47c7ce4a44ea64d371f023235de6c5b74
If this section is used in the Install Guide, keystone is installed
but nova not yet. Thus change the example to use keystone.
Also adjust parameter to use --os-password instead of --password and
use "service-list" as keystone command. Explain that this is not
specific to keystone or nova but to all client commands.
Change-Id: I308ba102d1217acd0a9f723643728a3e2af7f77c
Closes-Bug: #1310375
For some reason the keystone scripts were not updated as required
for renaming quantum to neutron. This patch will tune the scripts
in sync with the installation guide provided under Operator Training
book.
blueprint training-manuals
Change-Id: Iafb205004d404451e39156680d139b6f05dd348e
Add all neutron tables that have not been included so far to the
Configuration Reference.
I did not include table neutron-debug.xml since that looked wrong and
opened bug 1310061 for it.
Also, move neutron-ofa_agent to neutron-ml2_ofa and update
flagmappings for this.
Related-Bug: #1310061
Change-Id: I2bb89b141a5485cd6da73521cced934dba8c7be1
Since we have include the Database service in our install guide, we
should mention it in the Abstract section.
Change-Id: I3a6db40c4e4ea01e0e47ed9b57923cf9db7da2a0
User complains that the database configuration text for cinder control
in install guide is indistinct. He/She was confused by the words 'the
following key' and there is no such key mentioned in this step. This may
be caused by we didn't update the text when we improve this step with
openstack-config command.
Change-Id: I57c901eef2fcf694a897d117bfe662534bd27e63
Closes-Bug: #1309755
backport: havana
I updated the networking content as follows:
1) Reordered example architectures to place the 3-node neutron
architecture before the 2-node nova-network architecture which
agrees with the order presented in other portions of the
installation guide.
2) Changed network service naming to agree with conventions.
3) Permanently unlinked the Open vSwitch (OVS) plug-in sections from
the Networking chapter. However, I will refrain from deleting
the associated files in case we need to restore them.
4) Temporarily unlinked the Open vSwitch (OVS) portion of the Neutron
concepts section until we can update it to reflect the Modular
Layer 2 (ML2) plug-in.
5) Addressed other minor issues.
Change-Id: I7c285fcabaab65237477e8241f406dac28190344
Closes-Bug: #1309636
Change , to : when a list follows
Changed few to just some because two items were listed
Removed But as the start of the sentence and simplified the sentence
Change-Id: Ic73fce6007145758fafcf8d4e98f891e8300b7ad
This requires openstack-doc-test 0.11: We now can use --publish for
openstack-doc-test. This will not copy over the www directory anymore
and replaces --nocreate-index.
Change-Id: Iedc691ccc7d8753677b23228dacbbdc6d13a24b0
I improved the messaging server section including structure and
content to meet conventions. I also added links to each message
broker for those who may consider using a different message broker
than the one supported by their particular distribution.
Change-Id: Ic046ae7ceee315a9da91f8530542c2e0cb3a66f9
Closes-Bug: #1309304
Closes-Bug: #1298153