19 Commits

Author SHA1 Message Date
Akihiro Motoki
c6d1e169ed Add note for Django 1.8-1.10 support in relnote and doc
As we discussed in the team meeting, we plan to drop Django 1.8
to 1.10 support in Rocky. It is worth mentioned in the release note
and the document.

Change-Id: I11a4f4ec1d2a237fad7c58951ff23affd0b5708d
2018-01-23 09:29:23 +00:00
Akihiro Motoki
8c25bb728f Update Ubuntu horizon installation instruction
openstack-dashboard.conf provided by Ubuntu package does not
contain WSGIApplicationGroup configuration which is required to
make the dashboard work correctly.

Change-Id: I578217571e7a80c174bfc65317d4a1c159ff8692
Closes-Bug: #1738379
2017-12-18 14:57:04 +09:00
Andreas Jaeger
8c5f7196b6 Remove app-catalog from plugin list
The repo is retired, see I52ce13057643d69a0fd87bce20ee460c6b7c2f17.
Remove it from the list of plugins.

Change-Id: I233c3f30e84f8568a2d29683bdefd1f5f40aeccc
2017-12-10 20:45:32 +01:00
Zuul
8bb0d6be83 Merge "Add Heat Dasbhoard to Plugin Registry" 2017-12-09 10:27:45 +00:00
kaz_shinohara
23a6a821b7 Add Heat Dasbhoard to Plugin Registry
Now Heat Dashboard is ready to departure, therefore added github and
launchpad url of Heat Dashboard to Horizn's plugin registry

Change-Id: I3c392c843f48efe63c930775fdaf337ca6a3d4c8
2017-12-08 09:22:53 +09:00
Akihiro Motoki
eac3e7032a Drop Heat related code from horizon
Orchestration tab in the admin info panel needs a discussion.
It seems not to be covered by heat-dashboard yet.

blueprint heat-dashboard-split-out

Change-Id: I56e6edb1f2ac72e2f42d0e9f3291308e67f24cad
2017-12-05 07:38:55 +00:00
Vu Cong Tuan
e722055675 doc: Update the URL of noVNC
After being updated to new organization urls [1],
URL of noVNC has been changed from [2] to [3].
This patch set makes sure to use the correct links.

[1] 5911cfd582
[2] https://github.com/kanaka/noVNC
[3] https://github.com/novnc/noVNC

Close-bug: #1727645
Change-Id: Ie8ddb2820eafe226b210e8886da0e89f11274185
2017-10-26 08:31:08 +00:00
Petr Kovar
d44f1c7e14 [doc] Fix broken links
Change-Id: I58de603276913ab4b1c05f675738bcb20711f9ef
Closes-Bug: #1702855
Closes-Bug: #1702854
2017-09-04 15:13:41 +02:00
Akihiro Motoki
515ba0ae0f Update the documentation link for doc migration
This commit updates links affected by doc migration.
Note that other links are not touched in this commit.
Fixing other broken links or changing http to https
should be covered by a separate patch.

Also convert http links to docs.openstack.org to https per reviewer
request (though it is not directly related to doc-migration).

Note that this commit does not touch files under releasenotes/notes/.
If we touch release notes in older releases, reno will considers
it as a release note in the current release.
(Pike release notes are clean up in a separate patch.)

Change-Id: Iba9bd465ef08014a4972584cf4da6e7d77961119
2017-08-04 18:38:25 +00:00
Hiroaki Kobayashi
46a541af18 Add Blazar dashboard to the plugin registry doc
Change-Id: I64a89057491b3f2b6ae34fd9dfb1387497308f2b
2017-07-07 11:23:22 +09:00
zhangdebo
55a5f34265 Fix a typo
Fix a typo

Change-Id: Ia9077ac7eb74d69fc2f8d5bc35e41f914631e264
2017-07-03 19:10:00 -07:00
Jenkins
ed941298e7 Merge "doc: Move settings information to configuration/ dir" 2017-07-03 07:04:03 +00:00
Akihiro Motoki
45111d96f0 doc: Update plugin registry
Change-Id: Ie194b3f662425a6f2e1d970f55ef6b5bb0ece595
2017-07-03 14:31:39 +09:00
Akihiro Motoki
393b8284fc doc: Convert plugin registry to list-table
The table of horizon plugin registry does not need complex formatting.
list-table allows us to edit it easily compared to the grid table.

Change-Id: Ic1e49de42947c9b8252af17a8df24d1fc47f6b38
2017-07-03 07:06:22 +09:00
Akihiro Motoki
7502d9c872 doc: Move settings information to configuration/ dir
The new standard document structure suggests to have a dedicated dir
named configuration/. It will be linked from docs.o.o directly,
so it would be better to follow the guideline.

This commit moves the pages on settings and customization to
a new directory configuration/.
It also splits the pages into meaningful pieces.

Change-Id: I65a3b0b688c8abc176662f86a0dbbfa3b64c4101
2017-06-30 02:27:21 +09:00
Mateusz Kowalski
9242e4902e operation_log: Add ignored_urls parameter
Request URLs can be put in ignored_urls in OPERATION_LOG_OPTIONS
in order to ignore them from auditing.

Change-Id: I6673e765fd88bc4230a3b7ced2ee227669136bb2
Closes-Bug: #1688206
2017-06-26 11:07:17 +02:00
Doug Hellmann
58d46bda7f import installation guide pages from openstack-manuals
Change-Id: I792aae25b6dd137f7b449ae27ab7e33372c6a361
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-24 17:03:47 +09:00
Doug Hellmann
259746bcff rearrange content into the new standard layout
Change-Id: I6dbe0ea81d9d21a0f92d270337637606220f38d1
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-15 17:40:10 -04:00
Rob Cresswell
de5bc4b46b Update and merge the install / deployment docs
These two documents were incredibly outdated, but also had almost
identical concerns. This patch updates the content and merges the two
documents.

Note that this guide is still separate to the quickstart guide, which is
intended for developers. In future patches in this blueprint, the file &
navigation structure will be altered to make this distinction more
clear.

Change-Id: Ic5d111d53ab69a3cd1ab08c4c05b2d676e79258c
Implements: blueprint pike-docs-overhaul
2017-06-15 10:40:24 +01:00