Commit Graph

22 Commits

Author SHA1 Message Date
niuke ae031a2811 remove unicode prefix from code
Change-Id: Ie6d0aef6e2ea2dd7b328c362144bd0981f641ca9
2022-08-25 10:23:34 +08:00
ZhouHeng e8463a1ad4 Revert "Retire neutron-fwaas-dashboard project"
This reverts commit 4a0f1a3ae5.

Reason for revert:
Neutron drivers team agreed to include neutron-fwaas again to Neutron
stadium[1], and goverance change is proposed at [2].

[1] https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-01-28-14.00.log.html#l-14
[2] https://review.opendev.org/c/openstack/governance/+/828078

Change-Id: I5018dfdf9ea866e113a17f9bd5a3b153e4f1c08f
2022-02-10 20:58:31 +08:00
Slawek Kaplonski 4a0f1a3ae5 Retire neutron-fwaas-dashboard project
Governance change is proposed at [1] and project config patch is
proposed at [2]

[1] https://review.opendev.org/735828
[2] https://review.opendev.org/#/c/735812/

Change-Id: Ib78ff301076c0295aad9b1bf49eed0f1a7adb7c2
2020-06-16 12:39:14 +02:00
Andreas Jaeger 393a8583d5 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I467bf0ecbe308cfc39aed6aedd58f5947d2fc3df
2020-05-23 17:49:10 +02:00
Andreas Jaeger 0f9a50ed8d Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.

Change-Id: Icab2b68608002968bbc56791faedd119db7516e7
2020-04-22 07:34:10 +00:00
Slawek Kaplonski d57d35efb4 Deprecate neutron-fwaas-dashboard as stadium project
It's sad but as we still don't have any maintainers for this project,
I think it's time to start process of deprecating this as part of
the Neutron stadium.

Change-Id: I04221332f373aa6587c6bca151776fce3260517f
2020-02-23 16:47:15 +00:00
Akihiro Motoki a9766d4faa PDF documentation build
The document is simple enough, so 'howto' is specified as
documentclass instead of 'manual' as most projects do.

Change-Id: Ic6d9e893afc9853fe054756eba34767677510cfe
Story: 2006099
Task: 35130
2019-09-04 05:45:54 +00:00
caoyuan fadd275554 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ie05a11bfc92e9682c96d8de75aa4c3d8d1dc2efe
2019-04-24 01:07:01 +08:00
Akihiro Motoki 32397d14a8 Fix pep8 errors
Pep8 job is broken due to recent pep8 upgrade and corresponding
pycodestyle update.

This commit fixes the following errors:
- E402 module level import not at top of file

Change-Id: I0e6c31c6e8edd6994854f98d898ee897c91dd140
2018-05-02 20:25:19 +09:00
Akihiro Motoki 026efd9049 Fix typos in documentation
This commit cleans up all typos I detected in our documentation.

Change-Id: I723c5b3ed3eabb5f0e2bcead5e70b4c747455a20
2018-03-28 06:46:29 +09:00
zhang.lei 523ec98b6e Remove the redundant "/"
Change-Id: I4d8e3cdeaea7d0dc49e3ee148d467119bef712fc
2017-12-21 16:36:20 +08:00
Sarath Chandra Mekala 1cf1fa573f FWaaS V2 Horizon Dashboard
Co-Authored-By: Yushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com>
Change-Id: I4a650cb0aff29adfdf9fdac2db994ee0866cc54c
2017-10-13 02:51:17 +09:00
Jenkins 1c03728734 Merge "Move Firewall panel in the left menu lower by default" 2017-08-22 14:41:12 +00:00
Akihiro Motoki ac4c93bfe1 doc: remove symlink for releasenotes
Currently we have a symlink to releasenotes directory in doc/source,
but this confuses the infra translation script and as a result
Zanata (translation platform) has two 'releasenotes' resources
for neutron-fwaas-dashboard. We can use a direct URL in toctree,
so this commit changes the URL of releasenotes in the toctree
to avoid confusing the infra translation script.

It also simplifies the document index page. Previously we have
same strings for title and toctree. This is meaningless.
If we have more contents in future, let's revisit the structure
of the top page.

Change-Id: Id348322bbc0bb134d7e6da1d2f91ec9a1c4ddfe7
2017-08-21 10:04:37 +00:00
Akihiro Motoki 870a8f781b Move Firewall panel in the left menu lower by default
Currently Firewall panel is located before "Security Groups" and
"Floating IPs". Considering the relationship between SG/FIP and
Networks/Routers, the current position of "Firewall" panel is
a bit confusing.

Change-Id: I4c04e9561cee8779c692921dfaf27212b87641b0
Closes-Bug: #1711785
2017-08-19 05:48:32 +00:00
Akihiro Motoki b29419731d Fix wrong homepage in setup.cfg
Also updates URLs affected by the doc-migration work and
use https instead of http for docs.openstack.org contents.

Change-Id: I0fac335eb2ee46576ecdee2d50e17b1766d95860
2017-07-31 08:21:30 +00:00
Akihiro Motoki fc62f5074a Document cleanup and release notes for a new release
Change-Id: Ibbba4f295e1933aa23970e58f19599012592214e
2017-07-25 17:52:34 +00:00
Akihiro Motoki 2ca7971f90 Import FWaaS policy file from Horizon
This import covers FWaaS v1 only.

Change-Id: Iec579212ef0cc16b9de3d5cb54399f77f4888dff
2017-07-13 00:10:50 +00:00
Akihiro Motoki 47544ced46 Update openstackdocstheme configuration
In openstackdocstheme 0.11.0, the way to configure openstackdocstheme
was changed and the new way is really simple. Let's use it.

Change-Id: I94e5e0af47f5d9bf2321a6d93c18ce29848bb900
2017-06-28 13:27:38 +00:00
Akihiro Motoki 5833d578b4 Prepare initial documentationn
* Adopt openstackdocstheme
* Document structure follows doc-migration spec
  https://review.openstack.org/#/c/472275/

Change-Id: I3440cc66937022174fcddb0ce36005df9b97b4e2
2017-06-22 17:02:22 +09:00
Akihiro Motoki a2039e931f DevStack plugin for neutron-fwaas-dashboard
Change-Id: I93e00964dc4232c9bef0e4efa272111f9163cc71
2017-06-22 03:44:26 +00:00
Akihiro Motoki e489f47798 Initial commit 2017-05-22 13:36:41 +09:00