Public bug reported:
When running in a baremetal environment, some "core" panels or columns
in Horizon don't apply, or are misleading.
For example:
* Horizon refers to CPUs as vCPUs
* Floating IPs are not currently supported by Ironic
* Security Groups are not currently supported by Ironic
Provi
Public bug reported:
Angular widgets that listen for or dispatch events have the possibility
of accidentally picking up the wrong event unless the event string is
unique.
For example, see
https://review.openstack.org/#/c/321132/8/horizon/static/framework/widgets
/magic-search/magic-search.module.
Public bug reported:
Normal usage of hz-resource-property-list will break hz-field because
the "item" is loaded asynchronously. Notice the use of a link function
which inspects the "item" attribute, but doesn't watch it.
NOTE: A simple work around until this can be made more dynamic is to use
"ng
Public bug reported:
Normal usage of hz-resource-property-list will break hz-field because
the "item" is loaded asynchronously. Notice the use of a link function
which inspects the "item" attribute, but doesn't watch it.
NOTE: A simple work around until this can be made more dynamic is to use
"ng
ravis Tripp:
http://192.168.200.200/developer/resource_browser/OS::Glance::Image
[10:35 AM] Travis Tripp: Not FoundThe requested URL
/developer/resource_browser/OS::Glance::Image was not found on this server.
** Affects: horizon
Importance: Undecided
Assignee: Tyr Johanson (
** Affects: horizon
Importance: Undecided
Assignee: Tyr Johanson (tyr-6)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1605
Public bug reported:
The current magic search query can't be initialized from Angular. This
is needed in order to pre-filter the search results.
** Affects: horizon
Importance: Undecided
Assignee: Tyr Johanson (tyr-6)
Status: In Progress
--
You received this bug notific
Public bug reported:
hz-expand-detail is a reasonably handy directive that allows row
expansion. It was modified to allow a table user to detect row
expansion. However, this modification added a require of the hz-table
controller.
This is not necessary, is difficult to maintain and prevents the r
Public bug reported:
The list of panels appears to be intended to be sorted by file name, but
all files in /enabled and always presented in the nav ahead of any files
from local/enabled, no matter the file name.
This appears to be a bug in util/settings.py that does an rsplit to
separate file nam
Public bug reported:
When I change projects, my current panel is redirected to the Overview
panel, forcing me to find the panel I was working on and open it again.
Changing regions does not have this behavior if the region has the
user's current panel.
** Affects: horizon
Importance: Undeci
Public bug reported:
On the ngimages panel, select a image that you do not have permission to
delete (owned by another project). The delete image action button is
enabled, even though the action is immediately blocked.
Expected behavior is that delete image action button is only enabled if
the ac
Public bug reported:
Running Jasmine tests in browser
http://localhost:8000/jasmine/ServicesTests
URL changes to
http://localhost:8000/jasmine/ServicesTests?status=shutdown
When the page is reloaded using the new URL, some magic search tests now
fail.
Refactor the tests to use a mock $window.
needed by two or more dashboards
This bug moves the Angular code that semanticaly belongs to the
application together into the openstack_dashboard/static/app/ location.
** Affects: horizon
Importance: Undecided
Assignee: Tyr Johanson (tyr-6)
Status: In Progress
--
You received
Public bug reported:
For example, security-groups.scss contains a selector:
[ng-controller="LaunchInstanceSecurityGroupsController as ctrl"] {
This is very fragile and will break styling if the step is refactored to
become a directive, or if the controller name is changed, or if the
angular t
Public bug reported:
Attempting to rebuild message catalog for Horizon and hit the following:
$ ./run_tests.sh --compilemessages
Checking environment.
Environment is up to date.
CommandError: Can't find msgfmt. Make sure you have GNU gettext tools 0.15 or
newer installed.
Ideally this utility w
Public bug reported:
framework.module.js is the root module for application agnostic,
reusable horizon componenents. It currently contains
"frameworkConfiguration" which is config logic that is specific to a
particular application (openstack_dashboard), such as the default
interpolator, at the HTT
Public bug reported:
https://review.openstack.org/#/c/200725 introduced a strange error.
Run Horizon, then visit http://localhost:8000/jasmine/ServicesTests.
It breaks the test runner and redirect to the login page. On my machine
this happens in Chrome, but not Safari.
Chrome: 43.0.2357.132
Sa
Public bug reported:
We are working on making horizon/horizon usable and testable separately
from horizon/openstack_dashboard (and vice versa).
Currently, code that is brought in using the
horizon/openstack_dashboard/enabled/* files can be tested separately
from horizon, however once the API file
Public bug reported:
on master June 5 2015
Project -> Images -> Create Image dialog
Stacktrace
horizon.datatables.disable_actions_on_submit@ horizon.tables.js:185
(anonymous function)@ horizon.modals.js:26
jQuery.extend.each @ jquery.js:657
jQuery.fn.jQuer
Public bug reported:
The angular version of the launch instance dialog disappears when you
submit. Instead, it should give some indication that work is happening
until the request is acknowledged by Openstack.
In development environments the time between submit and acknowledge is
very small, but
Public bug reported:
I noticed that openstack_dashboard/test/jasmine_test.py was not actually
referenced (i.e. adding tests to it didn't cause the tests to be
executed).
This patch kindly removed the unused file.
https://review.openstack.org/#/c/182786/
Now that _scripts.html has been untangled
Public bug reported:
The Angular source will benefit from re-organization to
1) align module names with their directory structure
2) make it clear what is "framework" code (reusable utilities), what is "core
business logic" of the horizon UI, and what is code that bootstraps the
application.
Se
Public bug reported:
In the angular-based Launch Instance wizard, the instance quota chart
doesn't update when the instance count is updated. First, an image
source must be selected, then the chart responds to changes in the
instance count.
The instance count quota depends only on the number of i
Public bug reported:
Mocks always have headers shown on the allocated table, even if no items
selected.
https://openstack.invisionapp.com/d/main#/projects/2472307
I rather prefer the headers NOT be shown...but we want all of the steps
to be consistent one way or the other.
** Affects: horizon
Public bug reported:
Currently, each step passes in settings for the donut charts. These can
be standardized in the chart itself, and overrides removed from each
step.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a mem
Public bug reported:
The new launch instance dialog needs details on the flavors in the
available flavors table.
** Affects: horizon
Importance: Undecided
Assignee: Tyr Johanson (tyr-6)
Status: In Progress
** Changed in: horizon
Assignee: (unassigned) => Tyr Johan
aste* the tutorial index.html,
it will work, but if you follow the steps, the new panel will not work.
I think the tutorial is missing a step to edit the "extends" portion of
the template.
** Affects: horizon
Importance: Undecided
Assignee: Tyr Johanson (tyr-6)
Statu
27 matches
Mail list logo