Activity log for bug #1474723

Date Who What changed Old value New value Message
2015-07-15 07:57:42 Kristina Berezovskaia bug added bug
2015-07-15 12:52:38 Alexander Ignatov mos: status New Confirmed
2015-07-15 12:52:55 Alexander Ignatov mos: importance High Medium
2015-07-16 15:51:40 Alexander Ignatov tags neutron dvr neutron
2015-07-23 09:55:51 Oleg Bondarev mos: assignee Oleg Bondarev (obondarev) Sergey Belous (sbelous)
2015-07-24 13:00:17 Sergey Belous mos: status Confirmed In Progress
2015-07-27 12:18:16 Alexander Ignatov description When we try to update a Distributed router to centralized non implemented error occurs. We need more concrete message Steps to reproduce 1) Deploy env with DVR 2) Create router with Distributed=True 3) Try to update it in CLI to centralized: neutron router-update test_router --distributed=False An error occurs: 501-{u'NotImplementedError': {u'message': u'', u'type': u'NotImplementedError', u'detail': u''}} Env: neutron+ubuntu+gre with l2 pop+dvr, 3 controllers, 2 compute iso: {"build_id": "2015-06-26_21-35-54", "build_number": "108", "release_versions": {"2014.2.2-7.0": {"VERSION": {"build_id": "2015-06-26_21-35-54", "build_number": "108", "api": "1.0", "fuel-library_sha": "1964109a6893cdbb88c2383bc6661d4c7dfad198", "nailgun_sha": "64b33b411e8f4eaf7515c496c18d8b170e56e956", "feature_groups": ["mirantis"], "openstack_version": "2014.2.2-7.0", "production": "docker", "python-fuelclient_sha": "79f6129e3b6b440c96ac9e96041fad4fd2e64379", "astute_sha": "776157f722b13aff5f59bc098cf948793e6498ef", "fuel-ostf_sha": "69e7fa120e8efa7ed74d98efc63079d2f5c69d7b", "release": "7.0", "fuelmain_sha": "89343abbaf0294371d999a0c371842d02c7cf5db"}}}, "auth_required": true, "api": "1.0", "fuel-library_sha": "1964109a6893cdbb88c2383bc6661d4c7dfad198", "nailgun_sha": "64b33b411e8f4eaf7515c496c18d8b170e56e956", "feature_groups": ["mirantis"], "openstack_version": "2014.2.2-7.0", "production": "docker", "python-fuelclient_sha": "79f6129e3b6b440c96ac9e96041fad4fd2e64379", "astute_sha": "776157f722b13aff5f59bc098cf948793e6498ef", "fuel-ostf_sha": "69e7fa120e8efa7ed74d98efc63079d2f5c69d7b", "release": "7.0", "fuelmain_sha": "89343abbaf0294371d999a0c371842d02c7cf5db"} When we try to update a Distributed router to centralized non implemented error occurs. We need more concrete message Steps to reproduce 1) Deploy env with DVR 2) Create router with Distributed=True 3) Try to update it in CLI to centralized: neutron router-update test_router --distributed=False An error occurs: 501-{u'NotImplementedError': {u'message': u'', u'type': u'NotImplementedError', u'detail': u''}} Env: neutron+ubuntu+gre with l2 pop+dvr, 3 controllers, 2 compute iso: {"build_id": "2015-06-26_21-35-54", "build_number": "108", "release_versions": {"2014.2.2-7.0": {"VERSION": {"build_id": "2015-06-26_21-35-54", "build_number": "108", "api": "1.0", "fuel-library_sha": "1964109a6893cdbb88c2383bc6661d4c7dfad198", "nailgun_sha": "64b33b411e8f4eaf7515c496c18d8b170e56e956", "feature_groups": ["mirantis"], "openstack_version": "2014.2.2-7.0", "production": "docker", "python-fuelclient_sha": "79f6129e3b6b440c96ac9e96041fad4fd2e64379", "astute_sha": "776157f722b13aff5f59bc098cf948793e6498ef", "fuel-ostf_sha": "69e7fa120e8efa7ed74d98efc63079d2f5c69d7b", "release": "7.0", "fuelmain_sha": "89343abbaf0294371d999a0c371842d02c7cf5db"}}}, "auth_required": true, "api": "1.0", "fuel-library_sha": "1964109a6893cdbb88c2383bc6661d4c7dfad198", "nailgun_sha": "64b33b411e8f4eaf7515c496c18d8b170e56e956", "feature_groups": ["mirantis"], "openstack_version": "2014.2.2-7.0", "production": "docker", "python-fuelclient_sha": "79f6129e3b6b440c96ac9e96041fad4fd2e64379", "astute_sha": "776157f722b13aff5f59bc098cf948793e6498ef", "fuel-ostf_sha": "69e7fa120e8efa7ed74d98efc63079d2f5c69d7b", "release": "7.0", "fuelmain_sha": "89343abbaf0294371d999a0c371842d02c7cf5db"} Upstream bug in Neutron: https://bugs.launchpad.net/neutron/+bug/1477509
2015-07-28 09:28:56 Alexander Ignatov mos: status In Progress Confirmed
2015-07-28 09:28:59 Alexander Ignatov mos: status Confirmed Fix Committed
2015-07-31 07:56:59 Kristina Berezovskaia mos: status Fix Committed Fix Released