Commit Graph

13 Commits

Author SHA1 Message Date
Takashi Kajinami 7de390b314 Add example dashboard config file
This change introduces an example dashboard config file so that users
can more easily set up the recommended parameters and understand
the available parameters. Horizon supports loading multiple config
files from local_settings.d and it is now encouraged to implement
per-dashboard config file.

Change-Id: I423d4811ead2c0c8f79fc0d80f3c7fe8d3578c97
2022-01-05 21:32:55 +09:00
Takashi Kajinami 11dc2e5cc0 Remove reference to the removed parameter
The records_use_fips parameter was removed when v1 API support was
removed[1]. This change removes remaining reference to the parameter
in README.

[1] fe68f0f1bc

Change-Id: Ica3cf7eba8a1e4ef87a832191b88fafd0afe02d4
2022-01-05 21:28:57 +09:00
ljhuang 9fecedf4df Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Remove unncessary "=="

Change-Id: I943243704442ae78a0acf8985b1cebe993d97828
2019-07-16 05:13:25 +00:00
luke.li 631f96cb05 Remove "-y" option for package install command.
According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package, or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions

Change-Id: I97549b78b95cce9ba660b5b8e360d2ee5e6bc2a6
2018-05-09 09:46:43 +08:00
Zuul fbc2209569 Merge "Optimize the link address" 2018-03-08 18:29:13 +00:00
lingyongxu 931d0dbe03 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ie172d0e11ed00215694bd9320867e8b0917c847a
2017-12-19 06:18:23 +00:00
Anusree ae54dd1b5e AngularJS unittest with Jasmine and Karma
Change-Id: I3e42eac041d346851d51228f5e1185d8464325e9
Co-Authored-By: Saju Madhavan <sajuptpm@gmail.com>
Closes-Bug: 1670102
Implements: blueprint angularjs-unittest-with-jasmine-and-karma
2017-08-24 18:55:52 +05:30
Flavio Percoco 0d27081372 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/0eee6257db043589f8b5d89417dbcd4c

Change-Id: I3767458acbd6806d9667c4de8a3b644ca2bbd522
2016-11-25 15:31:32 +01:00
andrewbogott 11fa96e432 Modernize README.rst
The instructions in this file were well out of date and referred
to config lines that no longer exist.  Once merged, this
change should be backported to Liberty as well.

Change-Id: I5b3cce9b1d14f558b4161a20317c6407caa47de4
2016-03-07 23:28:35 -06:00
eric 5d43bcce2a Adding record-editor fip dropdown
This change adds an option drop down of floating ip addresses to use
for record creation / updates.  This simplifies the record setup process.

Change-Id: I042956268b254ec909a8a3f922836df5c1b8f981
Closes-bug: #1462022
2015-07-06 11:21:45 -06:00
eric 49da4e7f33 Add policy support to designatedashboard
Change-Id: I52ec9ed4cb42d251b4991599eb55c8ed4c3cf0c8
Closes-Bug: #1438438
2015-04-17 20:22:26 +00:00
eric debb8da7ce improving designatedashboard packaging
this change moves some items around to place all the
designatedashboard items in a self contained egg for
easier deployment

Change-Id: I4830baf17991de1c5305bd4aa88a885f91954f4d
Closes-Bug: #1435583
2015-03-24 08:54:27 -06:00
Graham Hayes 561f3590a0 Added designate-dashboard code to contrib/designate-dashboard
Added to devstack as well.

Change-Id: I98eed46a8dd9918ba36c97fe40619ec42136c723
2014-11-26 23:18:15 +00:00