In networking section of cloud admin guide. Some inconsistency
of fonts exists. Besides, a link to Configuration guide is not
properly provided.
Change-Id: Ia551c3e1d439c995fa04706c540fb2b00bb3802a
The team has translated most of the guide, so build and publish it.
Change-Id: I42f74a9eef366a20adcd88b22db8a54e3ed20efb
Depends-On: I3cc4bdf34d490476ad1e6a07fcab8dd724e1aba2
Add optional m1.nano flavor that only requires 64 MB memory
per instance for environments with limited resources.
Change-Id: I7338a5d7e6dd5268462b062581cfa20c646ef398
Implements: bp installguide-mitaka
Update horizon configuration for Mitaka.
1) Change memcached endpoint from '127.0.0.1' to
'controller' because memcached listens on the
controller management interface.
Change-Id: I29908dbe0782873860ecbb9297006c54bcc3845a
Implements: bp installguide-mitaka
Update nova configuration for Mitaka.
1) Move API configuration to more obvious location because
missing it effectively breaks the service. More of a
workaround for distributions that continue to include stale
configuration files.
2) Add workaround to remove 'logdir' option on Ubuntu due to
inclusion of stale configuration files.
3) Continue explicitly enabling verbose mode due to insufficient
logging without it.
4) Add domain ID to user creation command output.
Change-Id: I88d3077cb9c475d1428564f198699d3766f9d0be
Implements: bp installguide-mitaka
Update glance configuration for Mitaka.
1) Remove explicit configuration of notifications because
of sane defaults.
2) Remove explicit configuration of [glance_store] options
from the glance-registry.conf file because they do not
appear necessary in both configuration files.
3) Remove explicit configuration of verbose logging because
of sane defaults.
4) Add domain ID to user creation command output.
Change-Id: I93aa1c87ba232b5af7b4295c98bb802eb71030fb
Implements: bp installguide-mitaka
Update neutron configuration for Mitaka.
1) On Ubuntu, change Linux bridge agent package name to
neutron-linuxbridge-agent.
2) On Ubuntu, remove explicit installation of conntrack.
Change-Id: I0620c071fd1602081b7b97932c40d10d7de3791b
Closes-Bug: #1553742
Implements: bp installguide-mitaka
Update keystone authentication for services. Replace
'project_domain_id' and 'user_domain_id' with
'project_domain_name' and 'user_domain_name' to
support using a domain name rather than ID.
Change-Id: I199976066e6f547af27b56d1234f449cafb70645
Implements: bp installguide-mitaka
Update keystone configuration for Mitaka.
1) Explicitly create default domain.
2) Change command output to include domain ID instead
of domain name.
3) Change verify commands from *domain-id to *domain-name.
4) Remove explicit configuration of verbose mode.
5) Remove explicit configuration of revocation driver.
Change-Id: I3a5d49d542de20c68be7f5ce90562863d56b1ffa
Implements: bp installguide-mitaka
In the OpenRC files, change *DOMAIN_ID to *DOMAIN_NAME
because *DOMAIN_ID no longer supports using a domain
name.
Implements: bp installguide-mitaka
Change-Id: Iee3db6b979c65021df76a985ec8469018019896e
Simplify OpenRC files by removing the '.sh' suffix and
using '.' instead of 'source' to load them.
Change-Id: Ic553ea10ac4f3958525c97bbda02ebe7d4bac24f
Implements: bp installguide-mitaka