- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 03 Sep, 2018 2 commits
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I26b5fa54cecc439a5645de6b7c2d869a1a238ced Story: #2002586 Task: #24314
-
Akihiro Motoki authored
- Skip pip install if no requirements is specified Note that this commit cherry-picks only the change against tox_install.sh from the corresponding stable/queens commit. Change-Id: I044a52f78d8eec86f0ad615bedfc517258ba1894 (cherry picked from commit c8d4de9a)
-
- 13 Dec, 2017 1 commit
-
-
Monty Taylor authored
The tox_install.sh here behaves a bit differently than the others, which is causing some problems when trying to rework some of the shared gate jobs. Align it to the form used in other repos. Change-Id: I3d2b391fba9be6290eb245924014134fbdde717a (cherry picked from commit d9ce89b6)
-
- 29 Aug, 2017 3 commits
-
-
Jenkins authored
-
Akihiro Motoki authored
A bug in the horizon plugin framework (bug 1700325) has been fixed in horizon. This workaround was added to make the effort of splitting out VPNaaS dashboard smooth. From both points, it is no longer needed. Change-Id: I37df24e9a7af31220b07ba40dd4d409aeb28589d Related-Bug: #1700325 (cherry picked from commit 59f358ff)
-
Akihiro Motoki authored
Currently VPN panel is located before "Security Groups" and "Floating IPs". Considering the relationship between SG/FIP and Networks/Routers, the current position of "VPN" panel is a bit confusing. Change-Id: I640accd20933da87ae5764e3c300b5305281dd4c Closes-Bug: #1711785 (cherry picked from commit f3d28615)
-
- 14 Aug, 2017 2 commits
-
-
Akihiro Motoki authored
Change-Id: If21af40aaa450930576ec7ab651ff287a38600f0
-
Akihiro Motoki authored
Change-Id: I735034d8d4b816788e013bbfa503ecbe88f877b8
-
- 11 Aug, 2017 4 commits
- 10 Aug, 2017 2 commits
-
-
Akihiro Motoki authored
The new status is: $ msgfmt -v -o /dev/null --statistics ko_KR/LC_MESSAGES/django.po ko_KR/LC_MESSAGES/django.po: 155 translated messages. Change-Id: I6b6b4ec96f8b855805552609c997a5a3769fd502
-
Van Hung Pham authored
Also update the followings: - Fix typo in the launchpad link - Replace http with https for openstack.org sites Co-Authored-By:Akihiro Motoki <amotoki@gmail.com> Change-Id: Idc5d7b513b5c83808a55fb5c6b6ce0c3f20afc25
-
- 09 Aug, 2017 2 commits
-
-
Akihiro Motoki authored
This is VPNaaS dashboard version of the horizon patch https://review.openstack.org/#/c/455635/. The horizon patch was merged before VPNaaS dashboard split out, but unfortunately I failed to import the change. The following describes the rational of this change (quoted from the horizon change). ---- Previously translated messages are included in log messages and it was determined what language is chosen by users. It makes difficult for operators to understand log messgaes. This commit tries to use English messages for all log messages. The following policies are applied based on the past discussions in the bug 1406333 and related reviews. - English messages are used for log messages. - log messages include exception messages if possible to help operators identify what happens. - Use ID rather than name for log messages as ID is much more unique compared to name. - LOG.debug() in success code path are deleted. We don't log success messages in most places and API calls to back-end services can be logged from python bindings. Change-Id: I1a37b7ccbfa29cd83456931f7864ad9ce31aa570 Closes-Bug: #1406333
-
Akihiro Motoki authored
These translations are generated from horizon stable/ocata translation by using gettext msgmerge command. As of now, there are several fuzzy and untranslated strings due to the changes in Pike cycle. The current status are as follows: $ for f in **/*.po; do msgfmt -v --statistics -o /dev/null $f; done cs/LC_MESSAGES/django.po: 137 translated messages, 13 fuzzy translations, 5 untranslated messages. de/LC_MESSAGES/django.po: 142 translated messages, 12 fuzzy translations, 1 untranslated message. en_AU/LC_MESSAGES/django.po: 153 translated messages, 2 untranslated messages. en_GB/LC_MESSAGES/django.po: 153 translated messages, 2 untranslated messages. es/LC_MESSAGES/django.po: 135 translated messages, 13 fuzzy translations, 7 untranslated messages. fr/LC_MESSAGES/django.po: 139 translated messages, 13 fuzzy translations, 3 untranslated messages. id/LC_MESSAGES/django.po: 142 translated messages, 12 fuzzy translations, 1 untranslated message. it/LC_MESSAGES/django.po: 136 translated messages, 13 fuzzy translations, 6 untranslated messages. ja/LC_MESSAGES/django.po: 155 translated messages. ko_KR/LC_MESSAGES/django.po: 142 translated messages, 12 fuzzy translations, 1 untranslated message. pl_PL/LC_MESSAGES/django.po: 133 translated messages, 17 fuzzy translations, 5 untranslated messages. pt_BR/LC_MESSAGES/django.po: 138 translated messages, 13 fuzzy translations, 4 untranslated messages. ru/LC_MESSAGES/django.po: 139 translated messages, 13 fuzzy translations, 3 untranslated messages. tr_TR/LC_MESSAGES/django.po: 130 translated messages, 17 fuzzy translations, 8 untranslated messages. zh_CN/LC_MESSAGES/django.po: 142 translated messages, 12 fuzzy translations, 1 untranslated message. zh_TW/LC_MESSAGES/django.po: 139 translated messages, 12 fuzzy translations, 4 untranslated messages. Change-Id: I1f145cbadf2e840242ce122f0e8b6048bee6de22
-
- 06 Aug, 2017 1 commit
-
-
Jenkins authored
-
- 05 Aug, 2017 1 commit
-
-
Akihiro Motoki authored
neutron-vpnaas-dashboard is not an official project, so we cannot use translate.openstack.org and the automated translation job of OpenStack infra does nothing. We need to import translation manually. This commit import ja translation. Translation import for other languages will be coming in a later patch as ja translation has been reviewed, but translations in other languages need to be reviewed after uploading and need to be decided whether they want to be imported. Change-Id: Iab8bb2545661fd2663ee5290b441e48e45503753
-
- 03 Aug, 2017 1 commit
-
-
YAMAMOTO Takashi authored
When running "tox -e docs" in my environment, git clone fails with "Too many arguments." It seems ":" in "https://" is affected by IFS. 1. In tox_install.sh, IFS is set to ":". It affects the current execution environment and can have undesirable side effects later. It's safer to restore it. (This commit fixes this.) 2. Otoh, the particular symptom above seems like a bug in a version of bash I happen to have. bash-3.2$ bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14) Copyright (C) 2007 Free Software Foundation, Inc. bash-3.2$ IFS=: bash-3.2$ echo a:b a:b bash-3.2$ echo a:b$x a b bash-3.2$ Closes-Bug: #1708147 Change-Id: Icf515dc2ee7e2da2a6b0efa6c6e8cbb45c78da46
-
- 27 Jul, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: If911f2874a390067073d3950397859b0f11edfd5
-
- 06 Jul, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I0b4e1db4dca0c94a38722ac2ff2fc014c49fa545
-
- 05 Jul, 2017 1 commit
-
-
Jenkins authored
-
- 28 Jun, 2017 2 commits
-
-
Dirk Mueller authored
Change-Id: Ib79f03c4b90c8082794c48788fbb5bd06cc4469b
-
Akihiro Motoki authored
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: I3f8775cc54ece19915ab7b06285a0e7d2995eb8b
-
- 27 Jun, 2017 1 commit
-
-
Akihiro Motoki authored
Previously the repository consumes horizon from amotoki's private github repository for initial testing. Let's switch it to the main horizon repository. To test this, local.conf needs to be something like below: (Patch set number may need to be changed.) ----- enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas enable_plugin neutron-vpnaas-dashboard https://git.openstack.org/openstack/neutron-vpnaas-dashboard refs/changes/05/476005/6 ----- Implement blueprint split-out-neutron-xaas-dashboards Depends-On: Ib304ddef381d80011f7030fdd5049aab0e901ae6 Change-Id: I11a927ae799102def257edc5c18486acd3700299
-
- 22 Jun, 2017 2 commits
-
-
Akihiro Motoki authored
* Adopt openstackdocstheme * Document structure follows doc-migration spec https://review.openstack.org/#/c/472275/ * Release notes is generated as part of doc build to make doc publishing easy. neutron-vpnaas is not an official project and cannot publish it to docs.o.o. Change-Id: I4fb1058fc078b32d549db3c66d91c85e0bdbe7a5
-
Akihiro Motoki authored
Change-Id: If7d3213e06e4a97e880fc460b69bfdc6b216c6a3
-
- 20 Jun, 2017 1 commit
-
-
Akihiro Motoki authored
Change-Id: I3cdefa3ae69ed72a8ffa075ba3592f64b0463393
-
- 31 May, 2017 1 commit
-
-
Akihiro Motoki authored
dashboard.project.panel is now moved to dashboard.project.vpn.panel. It allows another panels to be added under dashboard.project.
-
- 21 May, 2017 1 commit
-
-
Akihiro Motoki authored
-
- 20 May, 2017 9 commits
-
-
Akihiro Motoki authored
-
Akihiro Motoki authored
-
Akihiro Motoki authored
-
Akihiro Motoki authored
-
Akihiro Motoki authored
-
Akihiro Motoki authored
TODO: Pass unit tests TODO: Import VPNaaS API wrapper tests
-
Akihiro Motoki authored
-
Akihiro Motoki authored
-
Akihiro Motoki authored
-