Tap-as-a-Service Horizon plugin.
Go to file
YAMAMOTO Takashi b688c7e8cc tox_install: Don't leave IFS set
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: Id762dd3dcef13f8bf2258e0dc706721ea8ba886c
2017-08-03 12:29:43 +09:00
devstack Initial Commit. 2017-06-12 20:02:55 +09:00
doc Initial Commit. 2017-06-12 20:02:55 +09:00
neutron_taas_dashboard Use the new way to reference views 2017-08-02 20:25:58 +09:00
releasenotes Initial Commit. 2017-06-12 20:02:55 +09:00
tools tox_install: Don't leave IFS set 2017-08-03 12:29:43 +09:00
.eslintrc Initial Commit. 2017-06-12 20:02:55 +09:00
.gitignore Initial Commit. 2017-06-12 20:02:55 +09:00
.gitreview Initial Commit. 2017-06-12 20:02:55 +09:00
CONTRIBUTING.rst Initial Commit. 2017-06-12 20:02:55 +09:00
HACKING.rst Initial Commit. 2017-06-12 20:02:55 +09:00
LICENSE Initial Commit. 2017-06-12 20:02:55 +09:00
MANIFEST.in Initial Commit. 2017-06-12 20:02:55 +09:00
README.rst README.rst: Fix the name for enable_plugin 2017-08-02 20:26:54 +09:00
babel-django.cfg Initial Commit. 2017-06-12 20:02:55 +09:00
babel-djangojs.cfg Initial Commit. 2017-06-12 20:02:55 +09:00
manage.py Initial Commit. 2017-06-12 20:02:55 +09:00
package.json Initial Commit. 2017-06-12 20:02:55 +09:00
requirements.txt Initial Commit. 2017-06-12 20:02:55 +09:00
setup.cfg Initial Commit. 2017-06-12 20:02:55 +09:00
setup.py Initial Commit. 2017-06-12 20:02:55 +09:00
test-requirements.txt Change the way to install horizon 2017-08-02 20:26:54 +09:00
test-shim.js Initial Commit. 2017-06-12 20:02:55 +09:00
tox.ini Change the way to install horizon 2017-08-02 20:26:54 +09:00

README.rst

Tap-as-a-Service Dashboard

Tap-as-a-Service Horizon plugin.

Features

  • TODO

Enabling in DevStack

Add this repo as an external repository into your local.conf file:

[[local|localrc]]
enable_plugin tap-as-a-service-dashboard https://github.com/openstack/tap-as-a-service-dashboard