Commit Graph

7 Commits

Author SHA1 Message Date
Adam Harwell 7d60958b8c Retiring neutron-lbaas-dashboard
Depends-On: https://review.opendev.org/#/c/658493/
Change-Id: I3e2e42efc30eced5abb6c8fff0d0fc974fc9722b
2019-05-11 03:18:25 -07:00
Michael Johnson e04ecfb3fa Mark neutron-lbaas-dashboard as deprecated
As of Queens neutron-lbaas-dashboard is now deprecated.
See the FAQ for more information:
https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation

Change-Id: I3ddf996a440ed8a0291ca40fe79f465134920002
2018-02-03 21:28:35 +00:00
Michael Johnson 6895af7707 Set package.json version to 4.0.0.0b1 Queens MS1
The new release gates require this version be manually populated.

Change-Id: I4cc0b569d602bec646b8559e51cf97a7b7900dda
2017-10-25 12:01:28 -07:00
Jacky Hu f64018cd57 Fix npm test
Change-Id: Ie0042a31ce959915714153e53cb088be006ba2c1
2017-06-20 21:46:01 +08:00
Mark Vanderwiel 6acf159492 fix unit tests
in log:
"xStatic libraries not found, please set up venv"
Added the post npm install step to setup the venv which
includes the static libraries and horizon.
And include that path in the base search paths for karma
and allow development to run tests as well.
Pull in test-shim.js from horizon master.

Closes-Bug: #1538264
Change-Id: Ia83a45f9e18335fa7802267d428d62b99a731dfe
2016-04-04 19:13:07 +00:00
Doug Fish f3a7b9ea01 Update npm dependencies
Karma and eslint won't run because dependencies in package.json are out of date

Update package.json. Update .eslintrc to reflect renamed rules. Correct overlooked
issues in code.

Closes-Bug: #1538264
Change-Id: Ia0231f44b36cf5263ed5efbbdfa42ad9cf63c4a0
2016-01-26 22:49:38 +00:00
Justin Pomeroy 75fc881f7f Add angular Load Balancers V2 panel
This adds an angular version of the Load Balancers V2 panel,
including the Load Balancers table and config to get karma working.
The karma config assumes the horizon directory is a sibling of
neutron-lbaas-dashboard.

To use, copy the _1481_project_ng_loadbalancersv2_panel.py file from
neutron_lbaas_dashboard/enabled into openstack_dashboard/enabled.

Partially-Implements: blueprint horizon-lbaas-v2-ui
Change-Id: I99c4ec705433385c19256c887944706472642a25
2015-11-12 15:38:21 +00:00