Can't 'Update Metadata' for Images

Bug #1478567 reported by Oleksiy Butenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Released
High
Timur Sufiev

Bug Description

Can't 'Update Metadata' for Images
"release": "7.0" iso 98. Ubuntu, Controllers -3, Compute+Ceph - 2, Neutron VLAN
Steps:
1. Open Horizon
2. Navigate to Admin->System->Images
3. Click 'Update Metadata' in dropdown list for image(TestVM)

Actual result:
pop-up window does not contain the field for metadata

Tags: horizon
Revision history for this message
Oleksiy Butenko (obutenko) wrote :
Revision history for this message
Oleksiy Butenko (obutenko) wrote :

{u'build_id': u'2015-07-27_09-24-22', u'build_number': u'98', u'auth_required': True, u'fuel-ostf_sha': u'94a483c8aba639be3b96616c1396ef290dcc00cd', u'fuel-library_sha': u'39c3162ee2e2ff6e3af82f703998f95ff4cc2b7a', u'nailgun_sha': u'd5c19f6afc66b5efe3c61ecb49025c1002ccbdc6', u'openstack_version': u'2015.1.0-7.0', u'fuel-agent_sha': u'2a65f11c10b0aeb5184247635a19740fc3edde21', u'api': u'1.0', u'python-fuelclient_sha': u'58c411d87a7eaf0fd6892eae2b5cb1eff4190c98', u'astute_sha': u'34e0493afa22999c4a07d3198ceb945116ab7932', u'fuelmain_sha': u'921918a3bd3d278431f35ad917989e46b0c24100', u'feature_groups': [u'mirantis'], u'release': u'7.0', u'release_versions': {u'2015.1.0-7.0': {u'VERSION': {u'build_id': u'2015-07-27_09-24-22', u'build_number': u'98', u'fuel-library_sha': u'39c3162ee2e2ff6e3af82f703998f95ff4cc2b7a', u'nailgun_sha': u'd5c19f6afc66b5efe3c61ecb49025c1002ccbdc6', u'fuel-ostf_sha': u'94a483c8aba639be3b96616c1396ef290dcc00cd', u'fuel-agent_sha': u'2a65f11c10b0aeb5184247635a19740fc3edde21', u'api': u'1.0', u'python-fuelclient_sha': u'58c411d87a7eaf0fd6892eae2b5cb1eff4190c98', u'astute_sha': u'34e0493afa22999c4a07d3198ceb945116ab7932', u'fuelmain_sha': u'921918a3bd3d278431f35ad917989e46b0c24100', u'feature_groups': [u'mirantis'], u'release': u'7.0', u'openstack_version': u'2015.1.0-7.0', u'production': u'docker'}}}, u'production': u'docker'}

Changed in mos:
status: New → Confirmed
Revision history for this message
Timur Sufiev (tsufiev-x) wrote :

Vlad, this may be related to the Angular.js-related issues you've been encountering recently.

Changed in mos:
status: Confirmed → Triaged
assignee: MOS Horizon (mos-horizon) → Vlad Okhrimenko (vokhrimenko)
Revision history for this message
Timur Sufiev (tsufiev-x) wrote :
Paul Karikh (pkarikh)
Changed in mos:
assignee: Vlad Okhrimenko (vokhrimenko) → Paul Karikh (pkarikh)
Paul Karikh (pkarikh)
Changed in mos:
status: Triaged → In Progress
Timur Sufiev (tsufiev-x)
Changed in mos:
assignee: Paul Karikh (pkarikh) → Timur Sufiev (tsufiev-x)
Revision history for this message
Paul Karikh (pkarikh) wrote :

Replacing horizon/static/angular/widget.module.js: ".constant('basePath', '/static/angular/');" -> .constant('basePath', '/horizon/static/angular/'); fixes problem, but looks like this bug should be fixed with the other webroot bugs in the single patch.

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack-build/horizon-build (openstack-ci/fuel-7.0/2015.1.0)

Related fix proposed to branch: openstack-ci/fuel-7.0/2015.1.0
Change author: Igor Yozhikov <email address hidden>
Review: https://review.fuel-infra.org/10126

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/horizon (openstack-ci/fuel-7.0/2015.1.0)

Reviewed: https://review.fuel-infra.org/10074
Submitter: mos-infra-ci <>
Branch: openstack-ci/fuel-7.0/2015.1.0

Commit: fb08d328a47b10093fe05ceae597d58c3f6e331d
Author: Timur Sufiev <email address hidden>
Date: Fri Aug 7 13:49:04 2015

Backport the WEBROOT fixes for JS and CSS into Kilo

This commit includes changes relevant to commits
https://review.openstack.org/181095 and
https://review.openstack.org/#/c/201769/. But rather than precisely
backporting the above commits (which is impossible due to different
code structure), more 'symptomatic treatment' approach is used: fix
every problem related being ignorant to WEBROOT setting in Kilo. Among
the places being fixed are:

* edit metadata wiget
* launch instance NG (both templates and service calls)
* heat topology (both icons and stack update calls).

Closes-Bug: #1478567
Closes-Bug: #1478937
Change-Id: I2f5a6189393977c4a4cfccb5f3c771afab21d92c

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix merged to openstack-build/horizon-build (openstack-ci/fuel-7.0/2015.1.0)

Reviewed: https://review.fuel-infra.org/10126
Submitter: Igor Yozhikov <email address hidden>
Branch: openstack-ci/fuel-7.0/2015.1.0

Commit: 17adab0da0a0057450cd43bf699915fa8f007e31
Author: Igor Yozhikov <email address hidden>
Date: Fri Aug 7 13:51:59 2015

Changed webroot substitution

 * modification of /usr/share/openstack-dashboard/openstack_dashboard/static/themes/webroot/_variables.scss
Related-Bug: #1478567

Change-Id: I2bb12111a61838f118a75c0c535e718e72307929

Revision history for this message
Timur Sufiev (tsufiev-x) wrote :

One last thing to do here is: https://review.openstack.org/#/c/209134/

Changed in mos:
assignee: Timur Sufiev (tsufiev-x) → Vasyl Saienko (vsaienko)
Changed in mos:
assignee: Vasyl Saienko (vsaienko) → Igor Yozhikov (iyozhikov)
assignee: Igor Yozhikov (iyozhikov) → Vasyl Saienko (vsaienko)
Revision history for this message
Vasyl Saienko (vsaienko) wrote :

it was just merged

Changed in mos:
assignee: Vasyl Saienko (vsaienko) → Timur Sufiev (tsufiev)
status: In Progress → Fix Committed
Timur Sufiev (tsufiev-x)
Changed in mos:
assignee: Timur Sufiev (tsufiev) → Timur Sufiev (tsufiev-x)
Revision history for this message
Oleksiy Butenko (obutenko) wrote :

verified on mos 7.0 iso 157
{"build_id": "2015-08-10_19-24-50", "build_number": "157", "release_versions": {"2015.1.0-7.0": {"VERSION": {"build_id": "2015-08-10_19-24-50", "build_number": "157", "api": "1.0", "fuel-library_sha": "c4b2b9a1b464d7f538635cbfc9304a714ededc41", "nailgun_sha": "9a6ac9b08733ded67bc65345a37787886ff4249d", "feature_groups": ["mirantis"], "fuel-nailgun-agent_sha": "e01693992d7a0304d926b922b43f3b747c35964c", "openstack_version": "2015.1.0-7.0", "fuel-agent_sha": "57145b1d8804389304cd04322ba0fb3dc9d30327", "production": "docker", "python-fuelclient_sha": "ec5c02b3848fe1d15e5b50b323c3dda030f8e1ac", "astute_sha": "e1d3a435e5df5b40cbfb1a3acf80b4176d15a2dc", "fuel-ostf_sha": "c7f745431aa3c147f2491c865e029e0ffea91c47", "release": "7.0", "fuelmain_sha": "826387d1a05a40e4849433598442024bb1e3b7c7"}}}, "auth_required": true, "api": "1.0", "fuel-library_sha": "c4b2b9a1b464d7f538635cbfc9304a714ededc41", "nailgun_sha": "9a6ac9b08733ded67bc65345a37787886ff4249d", "feature_groups": ["mirantis"], "fuel-nailgun-agent_sha": "e01693992d7a0304d926b922b43f3b747c35964c", "openstack_version": "2015.1.0-7.0", "fuel-agent_sha": "57145b1d8804389304cd04322ba0fb3dc9d30327", "production": "docker", "python-fuelclient_sha": "ec5c02b3848fe1d15e5b50b323c3dda030f8e1ac", "astute_sha": "e1d3a435e5df5b40cbfb1a3acf80b4176d15a2dc", "fuel-ostf_sha": "c7f745431aa3c147f2491c865e029e0ffea91c47", "release": "7.0", "fuelmain_sha": "826387d1a05a40e4849433598442024bb1e3b7c7"}

Changed in mos:
status: Fix Committed → Fix Released
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to openstack/horizon (openstack-ci/fuel-8.0/liberty)

Fix proposed to branch: openstack-ci/fuel-8.0/liberty
Change author: Timur Sufiev <email address hidden>
Review: https://review.fuel-infra.org/13356

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/horizon (openstack-ci/fuel-8.0/liberty)

Change abandoned by Timur Sufiev <email address hidden> on branch: openstack-ci/fuel-8.0/liberty
Review: https://review.fuel-infra.org/13356
Reason: We already have this in liberty (the original backport cherry-picked here was from liberty to kilo).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.