[Yahoo-eng-team] [Bug 1296148] [NEW] neutronclient should raise generic per-code exceptions

2014-03-22 Thread Akihiro Motoki
, which is specific to Router Not Found exception, and this bug is intended to address the issue in more generic way. ** Affects: horizon Importance: Medium Assignee: Akihiro Motoki (amotoki) Status: New ** Affects: python-neutronclient Importance: High Assignee

[Yahoo-eng-team] [Bug 1296321] [NEW] run_tests.sh outputs

2014-03-23 Thread Akihiro Motoki
Public bug reported: When running run_tests.sh, we see the following outputs: According to my initial debug, it comes from openstack_dashboard.dashboards.project.instances.tests.InstanceTests.test_index_form_action_with_pagination (What I did is just to print test names by adding "print self.

[Yahoo-eng-team] [Bug 1296337] [NEW] openstack.common needs to be synced and unused module should be removed

2014-03-23 Thread Akihiro Motoki
Public bug reported: Most modules in openstack_dashboard/openstack/common are out-of-date and need to be synced with latest oslo. The following modules are out-of-date. In addition, many modules are not used in OpenStack Dashboard. If I remember correctly, they were introduced because of third-

[Yahoo-eng-team] [Bug 1296356] [NEW] attached volume link in instance detail points to volume snapshot detail

2014-03-23 Thread Akihiro Motoki
Public bug reported: When a volume is attached to an instance, instance detail page has a link to volume detail but the link points to volume snapshot and it leads to "Unable to retrieve snapshot detail" error. instance detail template _detail_overview.html needs to be updated to volume detail:

[Yahoo-eng-team] [Bug 1296397] [NEW] It is confusing "horizon:project:volumes:detail" refers to volume snapshot

2014-03-23 Thread Akihiro Motoki
Public bug reported: Related to bug 1296356, It is confusing that "horizon:project:volumes:detail" refers to a volume snapshot. It is better volume snapshot codes are placed in snapshots directory. ** Affects: horizon Importance: Low Status: New -- You received this bug notificati

[Yahoo-eng-team] [Bug 1296398] [NEW] It is confusing "horizon:project:volumes:detail" refers to volume snapshot

2014-03-23 Thread Akihiro Motoki
Public bug reported: Related to bug 1296356, It is confusing that "horizon:project:volumes:detail" refers to a volume snapshot. It is better volume snapshot codes are placed in snapshots directory. ** Affects: horizon Importance: Low Assignee: Akihiro Motoki (amotoki)

[Yahoo-eng-team] [Bug 1296419] [NEW] It is better to warn when trying to delete a pool with members

2014-03-23 Thread Akihiro Motoki
Public bug reported: Regarding the discussion in bug 1242338, there is a suggestion that it is better to check if VIP has members is being deleted. >From UX perspective, it is better to be warned when a user try to delete a VIP >with members. ** Affects: horizon Importance: Wishlist

[Yahoo-eng-team] [Bug 1293631] Re: when delete a dead VM the status of attached cinder volume is not updated

2014-03-23 Thread Akihiro Motoki
Horizon just fetches a volume status from Cinder. It should be addressed in Cinder side. ** Also affects: cinder Importance: Undecided Status: New ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1242338] Re: Trying to remove a load balancer pool (which contains members) via horizon ends with error

2014-03-23 Thread Akihiro Motoki
The point related to UX perspective (is it reasonable to allow deleting a VIP with members) is filed as bug 1296419. I confirmed Horizon does not return Internal server error even when deleting a VIP with members and the VIP is successfully deleted. I mark this bug Invalid in Horizon. ** Changed

[Yahoo-eng-team] [Bug 1296429] [NEW] default of OPENSTACK_KEYSTONE_DEFAULT_ROLE still "Member"

2014-03-23 Thread Akihiro Motoki
ashboard/settings.py is not changed and it is the default value. It should be updated too. It is better to be fixed before Icehouse release for consistency. ** Affects: horizon Importance: Low Assignee: Akihiro Motoki (amotoki) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1292366] Re: UnboundLocalError: local variable 'network_name' in neutronv2/api.py, line 964

2014-03-23 Thread Akihiro Motoki
** Changed in: neutron Status: Fix Committed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1292366 Title: UnboundLocalError: local variable 'network_name' in neutron

[Yahoo-eng-team] [Bug 1298456] [NEW] db migration: quotas table is not created for NSX plugin

2014-03-27 Thread Akihiro Motoki
Public bug reported: folsom_initial db migration does not create quotas table for NSX plugin ** Affects: neutron Importance: Low Status: New ** Tags: vmware -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1298459] [NEW] db migration: some tables are not created for bigswitch plugin and bigswitch mech driver

2014-03-27 Thread Akihiro Motoki
Public bug reported: For bigswitch plugin, networkdhcpagentbindings table is not created by db migration. http://openstack-ci-gw.bigswitch.com/logs/refs-changes-96-40296-13/BSN_PLUGIN/logs/screen/screen-q-svc.log.gz FOr bigswitch ML2 mech driver, neutron_ml2.consistencyhashes is not created by

[Yahoo-eng-team] [Bug 1298461] [NEW] embrane plugin lacks db migration

2014-03-27 Thread Akihiro Motoki
Public bug reported: db migration for Embrane plugin needs to be added. It is found during the review : https://review.openstack.org/#/c/40296/ ** Affects: neutron Importance: Low Status: New ** Tags: embrane -- You received this bug notification because you are a member of Yah

[Yahoo-eng-team] [Bug 1267636] Re: Horizon will not authenticate against keystone v3

2014-03-27 Thread Akihiro Motoki
For clarification, I added django-openstack-auth to the affected project. Thanks for the fix. ** Also affects: django-openstack-auth Importance: Undecided Status: New ** Changed in: django-openstack-auth Importance: Undecided => High ** Changed in: django-openstack-auth Assigne

[Yahoo-eng-team] [Bug 1298934] [NEW] Cannot understand "Gigabytes" in default quotas table

2014-03-28 Thread Akihiro Motoki
change it to "Volume Gigabytes". Similarly, "Snapshots" means "Volume Snapshots". it is better to renamed to "Volume Snapshots". ** Affects: horizon Importance: Low Assignee: Akihiro Motoki (amotoki) Status: New ** Tags: i18n -- You rece

[Yahoo-eng-team] [Bug 1293627] Re: When a VM is in suspended status, and the host(a dedicated compute node) get rebooted, the VM can not be resumed after the host is back to active.

2014-03-28 Thread Akihiro Motoki
Horizon does not support rebooting a compute node. It is apparently NOT related to Horizon. Horizon just retrieves status from Nova. If you still have an issue, please report it to nova (or cinder if it only happens combined with attached volume). ** Changed in: horizon Status: New => Inv

[Yahoo-eng-team] [Bug 1288328] Re: "View details" of containers is not accurate

2014-03-28 Thread Akihiro Motoki
Multiple folks including me confirmed it works as expected, so I close this isseu by marking it "Invalid". If it still occurs, feel free to reopen. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, whic

[Yahoo-eng-team] [Bug 1299188] [NEW] qunit and jasmine urlpatterns should be defined only for test

2014-03-28 Thread Akihiro Motoki
Public bug reported: qunit and jasmine urlpatterns are defined in horizon/site_urls.py if settings.DEBUG is True. DEBUG=True is a valid situation without dev env (it is reasonable when testing). It is better to use another flag other than DEBUG and define url_pattern "jasmine" and "qunit" only i

[Yahoo-eng-team] [Bug 1207598] Re: Security groups with underscore in name can't be added to running instances

2014-03-29 Thread Akihiro Motoki
The issue no longer exists in Havana and later. Grizzly release is now marked as EOL and no longer accepts new changes. ** Changed in: horizon Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Ope

[Yahoo-eng-team] [Bug 1224374] Re: Horizon English po files should be updated automatically

2014-03-29 Thread Akihiro Motoki
horizon-upstream-translation-update.sh now works as post-merge job. http://git.openstack.org/cgit/openstack- infra/config/tree/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh https://jenkins.openstack.org/view/All/job/horizon-upstream-translation- update/ ** Changed in: horiz

[Yahoo-eng-team] [Bug 1299828] [NEW] Cannot know which container is focused

2014-03-30 Thread Akihiro Motoki
Public bug reported: In "Containers" panel, we cannot distinguish which container is focused. Previously focused container has different background color and we can know a focused folder. ** Affects: horizon Importance: Undecided Status: New ** Tags: swift -- You received this

[Yahoo-eng-team] [Bug 1300290] [NEW] Import translations for Icehouse release

2014-03-31 Thread Akihiro Motoki
it. ** Affects: horizon Importance: High Assignee: Akihiro Motoki (amotoki) Status: New ** Tags: icehouse-rc-potential ** Changed in: horizon Assignee: (unassigned) => Akihiro Motoki (amotoki) ** Changed in: horizon Importance: Undecided => High ** Chan

[Yahoo-eng-team] [Bug 1300868] [NEW] action title can oveflow pulldown menu when action title is long

2014-04-01 Thread Akihiro Motoki
Public bug reported: When an action title of pulldown menu is long, the action title can overflow the pulldown menu. It is found during checking Japanese translation. https://cloud.githubusercontent.com/assets/6553985/2580835/d08465a4-b9b1-11e3-9262-8509ab3589ed.png It would be nice if a width o

[Yahoo-eng-team] [Bug 1301105] [NEW] Second firewall creation returns 500

2014-04-01 Thread Akihiro Motoki
: Akihiro Motoki (amotoki) Status: In Progress ** Tags: fwaas icehouse-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1301105 Title: Second firewall creation

[Yahoo-eng-team] [Bug 1301337] [NEW] We have three duplicated tests for check_ovs_vxlan_version

2014-04-02 Thread Akihiro Motoki
unnecessary. ** Affects: neutron Importance: Low Assignee: Akihiro Motoki (amotoki) Status: In Progress ** Tags: unittest -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1301350] [NEW] Maximum length of string fields in API should be validated

2014-04-02 Thread Akihiro Motoki
: Undecided Assignee: Akihiro Motoki (amotoki) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1301350 Title: Maximum length of string fields in API should

[Yahoo-eng-team] [Bug 1301534] [NEW] keep selected panel when switching tenant

2014-04-02 Thread Akihiro Motoki
Public bug reported: When we switch a tenant in the drop-down menu, a selected panel is not kept and overview panel will be displayed. It would be nice to keep the selected panel even after switching a tenant. ** Affects: horizon Importance: Undecided Assignee: Akihiro Motoki (amotoki

[Yahoo-eng-team] [Bug 1302390] [NEW] whitelist_externals = bash in tox.ini should be pep8 section

2014-04-04 Thread Akihiro Motoki
Public bug reported: Commit 085a35d657cf0fa41a402f2af66c4beaa0f60db2 fixes translation jobs, but "whitelist_externals = bash" is added to the wrong section. It should be not in functional section but pep8 section in tox.ini. ** Affects: neutron Importance: Undecided Assigne

[Yahoo-eng-team] [Bug 1302532] Re: docs build for django-based projects should run with DJANGO_SETTINGS_MODULE envvar

2014-04-04 Thread Akihiro Motoki
ignee: (unassigned) => Akihiro Motoki (amotoki) ** Also affects: horizon Importance: Undecided Status: New ** Also affects: django-openstack-auth Importance: Undecided Status: New ** Changed in: horizon Assignee: (unassigned) => Akihiro Motoki (amotoki) ** Changed in:

[Yahoo-eng-team] [Bug 1303091] [NEW] workflow contributes() should not return None

2014-04-05 Thread Akihiro Motoki
() of subsequent steps, so context should be returned from contributes. Otherwise it leads to resetting self.context in workflow class. https://github.com/openstack/horizon/blob/master/horizon/workflows/base.py#L656 Fortunately, we have the wrong style in a workflow with a single step. ** Affect

[Yahoo-eng-team] [Bug 1301626] Re: Same Keypairs accessible in multiple projects assigned to same user

2014-04-05 Thread Akihiro Motoki
In Nova, each keypair belongs to a user not a project. It is a nova behavior. In my understanding, the behavior is reasonable because sharing a keypair means all folks in a project share one private key and it is not a good idea from security perspective. If you need to share a VM, you can add ssh

[Yahoo-eng-team] [Bug 1258440] Re: environment variable DJANGO_SETTINGS_MODULE or call settings.configure() is undefined

2014-04-05 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1257885 *** https://bugs.launchpad.net/bugs/1257885 This is duplicated with bug 1257885 and bug 1257809. ** This bug has been marked a duplicate of bug 1257885 horizon does not work with django 1.6 -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1265626] Re: Resource usage, global object store usage fails when project is deleted but data is available

2014-04-07 Thread Akihiro Motoki
"Global Object Store Usage" existed in the initial Havana release but it is troublesome and was removed in the subsequent Havana stable update. I will mark this bug report as Invalid. On the other hand, we need to handle a case where a project is deleted as a whole. Thanks for the report. ** Tag

[Yahoo-eng-team] [Bug 1276251] Re: Minimum disk details should be updated when image is selected considering the image size.

2014-04-07 Thread Akihiro Motoki
As Ana commented, we cannot know the minimum disk requirement on the form in OpenStack Dashboard. To know min_disk requirement we need to analyze "image" to be created. Even if we can analyze, there is no guarantee the estimated value is correct. I think it is not a thing Horizon cares. ** Cha

[Yahoo-eng-team] [Bug 1304105] [NEW] Two duplicated config section: securitygroup and security_group

2014-04-07 Thread Akihiro Motoki
ed in [securitygroup]. It should be fixed before the release. ** Affects: neutron Importance: Undecided Assignee: Akihiro Motoki (amotoki) Status: New ** Tags: icehouse-rc-potential ** Tags removed: icehouse-rcpo ** Tags added: icehouse-rc-potential ** Changed in: ne

[Yahoo-eng-team] [Bug 1583757] [NEW] multiline blocktrans in django templates should use 'trimmed' option

2016-05-19 Thread Akihiro Motoki
in extracted message strings. The recent released version of django-bebal supports 'trimmed' option [2] and now we can move the situation forward. [1] https://docs.djangoproject.com/ja/1.9/topics/i18n/translation/#blocktrans-template-tag [2] https://github.com/python-babel/django-babel/c

[Yahoo-eng-team] [Bug 1592965] [NEW] i18n: babel_extract_angular should trim whitespaces in AngularJS templates

2016-06-15 Thread Akihiro Motoki
ncepts is that containers cannot " "be nested. You can, however, create an unlimited number of containers " "within your account. Data must be stored in a container so you must have " "at least one container defined in your account prior to uploading data." m

[Yahoo-eng-team] [Bug 1497272] Re: L3 HA: Unstable rescheduling time for keepalived v1.2.7

2016-06-30 Thread Akihiro Motoki
Per bug discussion, it is better to add a note on appropriate keepalived versions to the networking guide. ** Also affects: openstack-manuals Importance: Undecided Status: New ** Tags added: networking-guide -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1323769] [NEW] nec plugin: AttributeError: No such RPC function 'update_floatingip_statuses'

2014-05-27 Thread Akihiro Motoki
version of L3RpcCallback in NEC plugin was not bumped to 1.1 yet. update_floatingip_statues RPC call from l3-agent expects RPC version 1.1. ** Affects: neutron Importance: Medium Assignee: Akihiro Motoki (amotoki) Status: New ** Tags: icehouse-backport-potential nec -- You receive

[Yahoo-eng-team] [Bug 1344755] [NEW] libvirt OVS hybrid VIF driver does not honor network_device_mtu config

2014-07-19 Thread Akihiro Motoki
Public bug reported: plug_ovs_hybrid VIF driver in libvirt/vif.py does not honor network_device_mtu configuration variable. It prevents operators from using jumbo frame. ** Affects: nova Importance: Undecided Assignee: Akihiro Motoki (amotoki) Status: New ** Tags: icehouse

[Yahoo-eng-team] [Bug 1344755] Re: libvirt OVS hybrid VIF driver does not honor network_device_mtu config

2014-07-21 Thread Akihiro Motoki
** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1344755 Title: libvirt OVS hybrid VIF driver does not honor netw

[Yahoo-eng-team] [Bug 1341040] Re: neutron CLI should not allow user to create /32 subnet

2014-07-21 Thread Akihiro Motoki
** Project changed: neutron => python-neutronclient ** Changed in: python-neutronclient Assignee: (unassigned) => Kevin Benton (kevinbenton) ** Changed in: python-neutronclient Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineer

<    5   6   7   8   9   10