summaryrefslogtreecommitdiff
path: root/doc/source/install/compute-install-ubuntu.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Blast final references to nova-networkStephen Finucane2019-11-291-17/+0
| | | | | | | Missed a few. Let's go again. Change-Id: I26368cb59b08f3271d74310d0aa1e36f3d0db5d5 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Modifying install-guide to include public endpoint for identity serviceSharat Sharma2019-06-061-1/+2
| | | | | | | | | - Adding a line to set www_authenticate_uri to point to the public identity endpoint - Removing version for public endpoint of identity service as per discussion in https://review.opendev.org/#/c/643938/5/doc/source/install/from-pypi.rst@139 Change-Id: Iba5e5c9289196f24f0fbe0ae305d6bd834d18645 Closes-Bug: #1822986
* doc: Capitalize keystone domain nameTakashi NATSUME2019-03-271-2/+2
| | | | | | | | | There is an inconsistency for keystone domain names in the nova doc. ('default' and 'Default') Replace 'default' with 'Default'. Change-Id: I437092d04b0cbea78942efd5f565734f34bcbcb2 Closes-Bug: #1821411
* Remove useless TODO sectionzhang.lei2018-10-091-7/+0
| | | | | Change-Id: Ia55924d36e75e050e65c19389d62e21f87dea98b Closes-Bug: #1796676
* Merge "doc: Start using openstackdoctheme's extlink extension"Zuul2018-05-301-4/+4
|\
| * doc: Start using openstackdoctheme's extlink extensionStephen Finucane2018-05-031-4/+4
| | | | | | | | | | | | | | | | | | | | This ensures we have version-specific references to other projects [1]. Note that this doesn't mean the URLs are actually valid - we need to do more work (linkcheck?) here, but it's an improvement nonetheless. [1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper Change-Id: Ifb99e727110c4904a85bc4a13366c2cae300b8df
* | Merge "Fix inconsistency in docs"Zuul2018-05-181-2/+2
|\ \
| * | Fix inconsistency in docsRobin Naundorf2018-05-181-2/+2
| |/ | | | | | | | | | | | | | | | | * Make the `True` lowercase to reflect examples in config and other parameters in docs TrivialFix Change-Id: I259d36bc15e034c248ec39b2c5c97ff95986b31b
* | Update the deprecate os_region_name optionchenxing2018-05-181-1/+1
|/ | | | | | | | Option "os_region_name" from group "placement" is deprecated. Use option "region_name" from group "placement". Change-Id: Id44d456bb1bdb0c5564ad4f5d9cdee2f41226052 Related-Bug: #1762106
* Update docs for [keystone_authtoken] changes since QueensMatt Riedemann2018-04-191-3/+2
| | | | | | | | | | | | | | | | | | | The auth_uri option was deprecated and renamed in Queens: I0cf11da3d395749df28077427689fdafc8a6b981 The auth_uri option is also no longer necessary, at least for the purpose of the nova install guide, since all identity service requests can be served through the single auth_url. This change removes auth_uri usage and also updates the auth_url value to match what is in the keystone install guide: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html Change-Id: Iff332890cbe1ba5b3876874e351b09c377d8dd5d Closes-Bug: #1765144
* doc: add a link in the install guides about configuring neutronMatt Riedemann2018-04-061-0/+5
| | | | | | | | | | | | | | | | | | It is not uncommon to triage bugs on a weekly basis where the [neutron] auth credentials are not configured in nova.conf, which generally leads to a 500 response in the compute API because of the auth error. With respect to neutron, the compute install guides really only say to set use_neutron=True, but don't mention that configuring the [neutron] section for auth is required. The networking service install guide does, so it's a bit confusing why people make this mistake in the first place, but as a reminder, this change adds links from the compute install guide to the relevant sections in the networking service install guides. Change-Id: Id17457bd2770fcbebd6231919ba4002e75410089 Closes-Bug: #1761487
* conf: Rename two VNC optionsStephen Finucane2017-09-041-2/+2
| | | | | | | Make the lives of operators easier by using consistent opt naming for similar features. Change-Id: Ic05c2c8364e015f6878b0bc25449216624568ad5
* Update install guide to clearly define between package installsAlexandra Settle2017-08-041-2/+2
| | | | Change-Id: I59ada8a4d4c9ff59fe494929510760f397396dc6
* doc: Import installation guidechenxing2017-08-041-0/+265
Import all docs from openstack-manuals. Part of bp: doc-migration Change-Id: If1fa15f5495a8a207042e7a43d34d32671c59ee1 Co-Authored-By: Stephen Finucane <sfinucan@redhat.com>