[Yahoo-eng-team] [Bug 1505942] [NEW] when log in dashboard, error comes

2015-10-14 Thread Sun Jing
Public bug reported: when login dashboard,after click "Sign in" button, Browser prompt error message:CSRF 验证失败 ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "CSRFerror.PNG"

[Yahoo-eng-team] [Bug 1489300] [NEW] when launch vm the step SelectProjectUserAction should not display.

2015-08-27 Thread Sun Jing
Public bug reported: When launch vm with dashboard ,the first workflow SelectProjectUserAction should be hidden,but it displays. In file: \openstack\horizon\openstack_dashboard\dashboards\project\instances\workflows\create_instance.py class SelectProjectUserAction(workflows.Action):

[Yahoo-eng-team] [Bug 1482507] [NEW] launch vm can choose flavor

2015-08-07 Thread Sun Jing
Public bug reported: when launch instance instance boot source choose Boot from image, then Flavor will show tips: Some flavors not meeting minimum image requirements have been disabled. and some flavor can not be choosed. then instance boot source choose Boot from volume,the disabled flavors

[Yahoo-eng-team] [Bug 1482524] [NEW] volume table filter has an error

2015-08-07 Thread Sun Jing
Public bug reported: In page admin/volumes ,table filter maybe has an error: volumes in creating state can not be filted. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1482499] [NEW] error found in page /dashboard/admin/aggregates/

2015-08-06 Thread Sun Jing
Public bug reported: Create a host aggregates with Availability Zone and a host; then disable the only host in this zone; when you open /dashboard/admin/aggregates/,the page shows error: An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local

[Yahoo-eng-team] [Bug 1482505] [NEW] error when login dashboard

2015-08-06 Thread Sun Jing
Public bug reported: when login dashboard without any operation for 40 minutes,then you need login again,and there will be an error :An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator. In file /var/log/horizon/horizon.log , it

[Yahoo-eng-team] [Bug 1455397] [NEW] vms which donot winth a project will become garbage data, mybe waste resources

2015-05-15 Thread Sun Jing
Public bug reported: now,when an user logs in dashboardAs an administrator, he can delete a project whitout considering wether the project has vms, further more ,keystone doesn't considering that too. So, in nova database table 'instance' the vms data will always exist.There will be no user

[Yahoo-eng-team] [Bug 1430672] [NEW] unit test faield:test_change_password_shows_message_on_login_page

2015-03-11 Thread Sun Jing
Public bug reported: ERROR: test_change_password_shows_message_on_login_page (openstack_dashboard.dashboards.settings.password.tests.ChangePasswordTests) -- Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1430665] [NEW] unit test failed:django.db.utils.DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same thread. The object with alias 'default' w

2015-03-11 Thread Sun Jing
Public bug reported: Checking environment. Environment is up to date. Running Horizon application tests nosetests horizon --nocapture --nologcapture --exclude-dir=horizon/conf/ --exclude-dir=horizon/test/customization --cover-package=horizon --cover-inclusive --all-modules

[Yahoo-eng-team] [Bug 1369883] [NEW] detach a volume tips translate error

2014-09-16 Thread Sun Jing
Public bug reported: when detach a volume,the tips showing to be 断开zhong云硬盘,if dashboard language choose chinese.It should be 断开中云硬盘. Maybe there is a translating error with file openstack\horizon\openstack_dashboard\locale\zh_CN\LC_MESSAGES\django.po. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1353344] [NEW] create network success , tips has error

2014-08-06 Thread Sun Jing
Public bug reported: when I creating a network with name net04_share successfully, the tip s are: 成功:成果创建 net04_share 网络. Maybe there is an error with dashboard translation file:\openstack\horizon\openstack_dashboard\locale\zh_CN\LC_MESSAGES\django.po It should be changed with :成功:成功创建

[Yahoo-eng-team] [Bug 1287486] [NEW] processutils.execute can not run background task

2014-03-03 Thread Sun Jing
Public bug reported: This bug is reported from ironic, we are using the --background option in processutils.execute(), but it hangs, sees the processutils.execute which doesn't support running tasks in background because it PIPES the std{in,out,err} interface causing communicate to hang[1]. A