18 Commits

Author SHA1 Message Date
Zuul
2a8a858acb Merge "Updated from global requirements" 2018-01-26 07:57:13 +00:00
Jean-Philippe Evrard
6767da4200 Include policy in tree for ease of deployment
Some deployment methods are using the files delivered by the
installation of packages to configure dashboards.
For example, it's possible to pip install heat-dashboard and
use the use local_settings.d files shipped inside the package
to deploy the heat-dashboard.

When the heat dashboard was not a plugin and included in horizon,
it was usable without having to care about the policy file.
This has changed, as the file is not shipped into horizon by
default, and is not available when pip installing the heat
dashboard directly, unlike the other files (above).

This patch follows the pattern set by murano here [1], to be
able to use the default policy file, shipped with the code,
after a pip install of the heat-dashboard.

[1]: 873fd7ff85/muranodashboard/conf/murano_policy.json

Change-Id: I7e1d74bebc97874c9049f6be33cef27806739b11
2018-01-26 01:08:51 +00:00
OpenStack Proposal Bot
3654a6be39 Updated from global requirements
Change-Id: Ic96742fc433f81960f04358da64fd3d8332c1646
2018-01-24 00:53:56 +00:00
OpenStack Proposal Bot
7f62d8a2f7 Updated from global requirements
Change-Id: I7873b1b16d45e318779bd296b5eca4e7b9927f18
2018-01-17 20:33:37 +00:00
ricolin
c2740a275a Create doc/requirements.txt
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: I32c84f17e4200314fb4a3e2c99d4e04608187a23
2017-12-29 15:02:52 +08:00
Zuul
634ee20304 Merge "Deleted locale dir & Updated babel-django.cfg" 2017-12-04 05:41:03 +00:00
Zuul
45727b4c5b Merge "Add user doc of template generator" 2017-12-04 04:34:38 +00:00
Xinni Ge
aa684dcda7 Add user doc of template generator
Change-Id: Ie824b4eb0b1971edc29055b9e2565b0fd9ef36b3
2017-12-04 12:07:00 +09:00
kaz_shinohara
153f16987d Deleted locale dir & Updated babel-django.cfg
To enable translate job correctly, deleted heat-dashboard/locale
directory and updated babel-django.cfg accordingly.
Also fixed tox.ini which included wrong commands for docs build.

Change-Id: Idb7996ded645a8bc8bcb3b7eb08c8754a8492873
2017-12-04 03:02:49 +00:00
Zuul
82e0e82a7f Merge "Split out heat own items from Horizon settings." 2017-12-04 02:59:03 +00:00
Keiichi Hikita
fe76077425 Split out heat own items from Horizon settings.
Heat relevant contents will be split out
from Horizon in Queens release.

After this splitting out, Heat-Dashboard must have
its own settings in Heat-Dashboard repository.

So this review request includes following.

- Create own settings under local_settings.d
- Add procedure for installing above settings.
- Fix installation procedure according to above changes.

Change-Id: I0b9a9907cb0c02aed70e7c1af3d9d07b0ddeffb6
2017-12-04 10:45:44 +09:00
kaz_shinohara
1590bfeb12 Migrate Heat relevant docs to Heat Dashboard
To slit out Heat support from Horizon, migrate Heat relevant docs from
Horizon repo to Heat Dashboard repo.

Change-Id: Ie0334b8af060a8251a649a49d982086709472190
2017-12-04 09:42:10 +09:00
Keiichi Hikita
aea63e9826 Fix installation procedure for heat_policy.json
according to Horizon team's advice.

I've changed installation procedure as follows.

(before changing)
1. copy heat_policy.json from Heat-Dashboard directory
   to Horizon directory (same as enable files)
2. add orchestration key to POLICY_FILES settings

 (after changing)
 1. just point Heat-Dashboard policy file path
    from POLICY_FILES settings

Change-Id: Idaf2cbfcb716a9aa4c0f43283526302f062ea0a7
2017-11-29 10:20:36 +09:00
Keiichi Hikita
55a26e3632 Added procedure to enable heat_policy.json.
After Heat relevant contents will split out from Horiozon,
I guess 'orchestration' key of POLICY_FILES settings will be
removed also.

So I've add procedure for adding this key
so that user can correctly enable heat_policy.json

Change-Id: I77ae6c6f63f5ae0f21e9aa6d33edca458bb17502
2017-11-21 18:59:04 +09:00
Keiichi Hikita
6c13231096 Fix installation procedure due to lack of process.
Current installation procedure in README.rst and
doc/source/install/installation_contents.rst does not have
installation process of heat-dashboard itself.
I added above procedure by this review request.

Change-Id: I97f7d114c1f1e978286bd218df558ddf5340d901
2017-11-21 18:15:15 +09:00
Keiichi Hikita
ba1ccf4d9b Taken over policy file for heat from Horizon repository.
In future, Heat relevant files(like GUI, api client, policy files, ...)
will be split out from Horizon repository.

But now this repository does not have Heat policy file so I've copied
it from Horizon latest repository.

This review request also includes following changes.
- Added installation procedure document relates to heat_policy.json.
- Modified plugin.sh to install heat_policy.json.

Change-Id: I8dd386e392eb4467b03efd68c7959371d4b9576d
2017-11-16 11:08:03 +09:00
Keiichi Hikita
ad9eba2e20 Add initial files as devstack settings/documents/requirements.
Change-Id: I79e42375151d06dd93a7529b7c6b6c25eafa68df
2017-10-31 15:58:55 +09:00
Keiichi Hikita
867749f5b3 add docs 2017-10-06 14:49:25 +09:00