Activity log for bug #1625293

Date Who What changed Old value New value Message
2016-09-19 17:37:19 Alexander Kurenyshev bug added bug
2016-09-19 17:37:33 Alexander Kurenyshev nominated for series fuel/mitaka
2016-09-19 17:37:33 Alexander Kurenyshev bug task added fuel/mitaka
2016-09-19 17:37:33 Alexander Kurenyshev nominated for series fuel/newton
2016-09-19 17:37:33 Alexander Kurenyshev bug task added fuel/newton
2016-09-19 17:37:50 Alexander Kurenyshev fuel/mitaka: milestone 9.1
2016-09-19 17:37:55 Alexander Kurenyshev fuel/newton: milestone 9.1 10.0
2016-09-19 17:38:07 Alexander Kurenyshev fuel/mitaka: assignee Fuel Sustaining (fuel-sustaining-team)
2016-09-19 17:38:12 Alexander Kurenyshev fuel/mitaka: importance Undecided Critical
2016-09-19 17:39:29 Alexander Kurenyshev description I tried to add a new role with name fuel_plugin_example_v4, it's yaml file: meta: description: description group: other name: fuel_plugin_example_v4 weight: 70 name: fuel_plugin_example volumes_roles_mapping: - allocate_size: min id: os When I execute: [root@nailgun ~]# fuel role --rel 2 --create --file fuel_plugin_example_v4.yaml it fails with: 400 Client Error: Bad Request for url: http://10.109.0.2:8000/api/v1/releases/2/roles/ (u'fuel_plugin_example_v4' does not match '^[a-zA-Z_-]+$' Failed validating 'pattern' in schema['properties']['name']: {'pattern': '^[a-zA-Z_-]+$', 'type': 'string'} On instance['name']: u'fuel_plugin_example_v4') Actual result: ^^ Expected result: role added successfully This fail is related to the plugin tests, were role consists of letters and numbers [root@nailgun ~]# shotgun2 short-report cat /etc/fuel_build_id: 495 cat /etc/fuel_build_number: 495 cat /etc/fuel_release: 9.1 cat /etc/fuel_openstack_version: mitaka-9.0 rpm -qa | egrep 'fuel|astute|network-checker|nailgun|packetary|shotgun': python-fuelclient-9.0.0-1.mos355.noarch fuel-misc-9.0.0-1.mos8599.noarch fuel-setup-9.0.0-1.mos6356.noarch fuel-nailgun-9.0.0-1.mos8859.noarch fuelmenu-9.0.0-1.mos275.noarch fuel-notify-9.0.0-1.mos8599.noarch fuel-ui-9.0.0-1.mos2814.noarch shotgun-9.0.0-1.mos90.noarch fuel_plugin_example_v4_hotpluggable-4.0-4.0.0-1.noarch rubygem-astute-9.0.0-1.mos770.noarch fuel-provisioning-scripts-9.0.0-1.mos8859.noarch fuel-9.0.0-1.mos6356.noarch fuel-openstack-metadata-9.0.0-1.mos8859.noarch network-checker-9.0.0-1.mos74.x86_64 fuel-utils-9.0.0-1.mos8599.noarch python-packetary-9.0.0-1.mos151.noarch fuel-migrate-9.0.0-1.mos8599.noarch nailgun-mcagents-9.0.0-1.mos770.noarch fuel-agent-9.0.0-1.mos291.noarch fuel-mirror-9.0.0-1.mos151.noarch fuel-bootstrap-cli-9.0.0-1.mos291.noarch fuel-release-9.0.0-1.mos6356.noarch fuel-library9.0-9.0.0-1.mos8599.noarch fuel-ostf-9.0.0-1.mos944.noarch I tried to add a new role with name fuel_plugin_example_v4, it's yaml file: meta:   description: description   group: other   name: fuel_plugin_example_v4   weight: 70 name: fuel_plugin_example volumes_roles_mapping: - allocate_size: min   id: os When I execute: [root@nailgun ~]# fuel role --rel 2 --create --file fuel_plugin_example_v4.yaml it fails with: 400 Client Error: Bad Request for url: http://10.109.0.2:8000/api/v1/releases/2/roles/ (u'fuel_plugin_example_v4' does not match '^[a-zA-Z_-]+$' Failed validating 'pattern' in schema['properties']['name']:     {'pattern': '^[a-zA-Z_-]+$', 'type': 'string'} On instance['name']:     u'fuel_plugin_example_v4') Actual result: ^^ Expected result: role added successfully This fail is related to the plugin tests, were role consists of letters and numbers This issue was introduced here [1] [root@nailgun ~]# shotgun2 short-report cat /etc/fuel_build_id:  495 cat /etc/fuel_build_number:  495 cat /etc/fuel_release:  9.1 cat /etc/fuel_openstack_version:  mitaka-9.0 rpm -qa | egrep 'fuel|astute|network-checker|nailgun|packetary|shotgun':  python-fuelclient-9.0.0-1.mos355.noarch  fuel-misc-9.0.0-1.mos8599.noarch  fuel-setup-9.0.0-1.mos6356.noarch  fuel-nailgun-9.0.0-1.mos8859.noarch  fuelmenu-9.0.0-1.mos275.noarch  fuel-notify-9.0.0-1.mos8599.noarch  fuel-ui-9.0.0-1.mos2814.noarch  shotgun-9.0.0-1.mos90.noarch  fuel_plugin_example_v4_hotpluggable-4.0-4.0.0-1.noarch  rubygem-astute-9.0.0-1.mos770.noarch  fuel-provisioning-scripts-9.0.0-1.mos8859.noarch  fuel-9.0.0-1.mos6356.noarch  fuel-openstack-metadata-9.0.0-1.mos8859.noarch  network-checker-9.0.0-1.mos74.x86_64  fuel-utils-9.0.0-1.mos8599.noarch  python-packetary-9.0.0-1.mos151.noarch  fuel-migrate-9.0.0-1.mos8599.noarch  nailgun-mcagents-9.0.0-1.mos770.noarch  fuel-agent-9.0.0-1.mos291.noarch  fuel-mirror-9.0.0-1.mos151.noarch  fuel-bootstrap-cli-9.0.0-1.mos291.noarch  fuel-release-9.0.0-1.mos6356.noarch  fuel-library9.0-9.0.0-1.mos8599.noarch  fuel-ostf-9.0.0-1.mos944.noarch [1] https://github.com/openstack/fuel-web/commit/a3cd0ea0708e6c532bdcea0ac260c913bddd92f4
2016-09-19 20:09:50 Vitalii Kulanov bug added subscriber Vitalii Kulanov
2016-09-20 05:14:11 Maksim Malchuk bug task deleted fuel/newton
2016-09-20 05:14:45 Maksim Malchuk tags area-python
2016-09-20 05:19:30 Maksim Malchuk fuel: status New Confirmed
2016-09-20 05:19:33 Maksim Malchuk fuel/mitaka: status New Confirmed
2016-09-20 08:14:55 Alexander Kurenyshev description I tried to add a new role with name fuel_plugin_example_v4, it's yaml file: meta:   description: description   group: other   name: fuel_plugin_example_v4   weight: 70 name: fuel_plugin_example volumes_roles_mapping: - allocate_size: min   id: os When I execute: [root@nailgun ~]# fuel role --rel 2 --create --file fuel_plugin_example_v4.yaml it fails with: 400 Client Error: Bad Request for url: http://10.109.0.2:8000/api/v1/releases/2/roles/ (u'fuel_plugin_example_v4' does not match '^[a-zA-Z_-]+$' Failed validating 'pattern' in schema['properties']['name']:     {'pattern': '^[a-zA-Z_-]+$', 'type': 'string'} On instance['name']:     u'fuel_plugin_example_v4') Actual result: ^^ Expected result: role added successfully This fail is related to the plugin tests, were role consists of letters and numbers This issue was introduced here [1] [root@nailgun ~]# shotgun2 short-report cat /etc/fuel_build_id:  495 cat /etc/fuel_build_number:  495 cat /etc/fuel_release:  9.1 cat /etc/fuel_openstack_version:  mitaka-9.0 rpm -qa | egrep 'fuel|astute|network-checker|nailgun|packetary|shotgun':  python-fuelclient-9.0.0-1.mos355.noarch  fuel-misc-9.0.0-1.mos8599.noarch  fuel-setup-9.0.0-1.mos6356.noarch  fuel-nailgun-9.0.0-1.mos8859.noarch  fuelmenu-9.0.0-1.mos275.noarch  fuel-notify-9.0.0-1.mos8599.noarch  fuel-ui-9.0.0-1.mos2814.noarch  shotgun-9.0.0-1.mos90.noarch  fuel_plugin_example_v4_hotpluggable-4.0-4.0.0-1.noarch  rubygem-astute-9.0.0-1.mos770.noarch  fuel-provisioning-scripts-9.0.0-1.mos8859.noarch  fuel-9.0.0-1.mos6356.noarch  fuel-openstack-metadata-9.0.0-1.mos8859.noarch  network-checker-9.0.0-1.mos74.x86_64  fuel-utils-9.0.0-1.mos8599.noarch  python-packetary-9.0.0-1.mos151.noarch  fuel-migrate-9.0.0-1.mos8599.noarch  nailgun-mcagents-9.0.0-1.mos770.noarch  fuel-agent-9.0.0-1.mos291.noarch  fuel-mirror-9.0.0-1.mos151.noarch  fuel-bootstrap-cli-9.0.0-1.mos291.noarch  fuel-release-9.0.0-1.mos6356.noarch  fuel-library9.0-9.0.0-1.mos8599.noarch  fuel-ostf-9.0.0-1.mos944.noarch [1] https://github.com/openstack/fuel-web/commit/a3cd0ea0708e6c532bdcea0ac260c913bddd92f4 I tried to add a new role with name fuel_plugin_example_v4, it's yaml file: meta:   description: description   group: other   name: fuel_plugin_example_v4   weight: 70 name: fuel_plugin_example_v4 volumes_roles_mapping: - allocate_size: min   id: os When I execute: [root@nailgun ~]# fuel role --rel 2 --create --file fuel_plugin_example_v4.yaml it fails with: 400 Client Error: Bad Request for url: http://10.109.0.2:8000/api/v1/releases/2/roles/ (u'fuel_plugin_example_v4' does not match '^[a-zA-Z_-]+$' Failed validating 'pattern' in schema['properties']['name']:     {'pattern': '^[a-zA-Z_-]+$', 'type': 'string'} On instance['name']:     u'fuel_plugin_example_v4') Actual result: ^^ Expected result: role added successfully This fail is related to the plugin tests, were role consists of letters and numbers This issue was introduced here [1] [root@nailgun ~]# shotgun2 short-report cat /etc/fuel_build_id:  495 cat /etc/fuel_build_number:  495 cat /etc/fuel_release:  9.1 cat /etc/fuel_openstack_version:  mitaka-9.0 rpm -qa | egrep 'fuel|astute|network-checker|nailgun|packetary|shotgun':  python-fuelclient-9.0.0-1.mos355.noarch  fuel-misc-9.0.0-1.mos8599.noarch  fuel-setup-9.0.0-1.mos6356.noarch  fuel-nailgun-9.0.0-1.mos8859.noarch  fuelmenu-9.0.0-1.mos275.noarch  fuel-notify-9.0.0-1.mos8599.noarch  fuel-ui-9.0.0-1.mos2814.noarch  shotgun-9.0.0-1.mos90.noarch  fuel_plugin_example_v4_hotpluggable-4.0-4.0.0-1.noarch  rubygem-astute-9.0.0-1.mos770.noarch  fuel-provisioning-scripts-9.0.0-1.mos8859.noarch  fuel-9.0.0-1.mos6356.noarch  fuel-openstack-metadata-9.0.0-1.mos8859.noarch  network-checker-9.0.0-1.mos74.x86_64  fuel-utils-9.0.0-1.mos8599.noarch  python-packetary-9.0.0-1.mos151.noarch  fuel-migrate-9.0.0-1.mos8599.noarch  nailgun-mcagents-9.0.0-1.mos770.noarch  fuel-agent-9.0.0-1.mos291.noarch  fuel-mirror-9.0.0-1.mos151.noarch  fuel-bootstrap-cli-9.0.0-1.mos291.noarch  fuel-release-9.0.0-1.mos6356.noarch  fuel-library9.0-9.0.0-1.mos8599.noarch  fuel-ostf-9.0.0-1.mos944.noarch [1] https://github.com/openstack/fuel-web/commit/a3cd0ea0708e6c532bdcea0ac260c913bddd92f4
2016-09-20 09:16:25 Sergey Philippov bug added subscriber Sergey Philippov
2016-09-20 10:05:19 Dmitry Pyzhov fuel: assignee Fuel Sustaining (fuel-sustaining-team) Georgy Kibardin (gkibardin)
2016-09-20 10:05:24 Dmitry Pyzhov fuel/mitaka: assignee Fuel Sustaining (fuel-sustaining-team) Georgy Kibardin (gkibardin)
2016-09-20 10:32:35 Georgy Kibardin fuel: status Confirmed In Progress
2016-09-20 10:32:38 OpenStack Infra fuel/mitaka: status Confirmed In Progress
2016-09-20 11:03:39 Dmitry Pyzhov fuel: importance Critical High
2016-09-20 11:03:41 Dmitry Pyzhov fuel/mitaka: importance Critical High
2016-09-20 11:04:22 Dmitry Pyzhov tags area-python area-python release-notes
2016-09-20 13:37:12 Dmitry Pyzhov fuel/mitaka: milestone 9.1 9.2
2016-10-07 14:20:10 Olena Logvinova tags area-python release-notes area-python release-notes-done
2016-10-19 09:42:12 OpenStack Infra fuel/mitaka: status In Progress Fix Committed
2016-10-19 11:48:27 Alexandra tags area-python release-notes-done area-python on-verification release-notes-done
2016-10-21 10:13:45 OpenStack Infra fuel: status In Progress Fix Committed
2016-10-21 12:02:22 ElenaRossokhina fuel/mitaka: status Fix Committed Fix Released
2016-10-21 12:02:35 ElenaRossokhina tags area-python on-verification release-notes-done area-python release-notes-done
2016-11-10 12:53:24 Alexey Shtokolov nominated for series fuel/newton
2016-11-10 12:53:24 Alexey Shtokolov bug task added fuel/newton
2016-11-10 12:53:24 Alexey Shtokolov nominated for series fuel/ocata
2016-11-10 12:53:24 Alexey Shtokolov bug task added fuel/ocata
2016-11-10 12:53:31 Alexey Shtokolov fuel/ocata: milestone 10.0 11.0
2016-11-10 12:53:36 Alexey Shtokolov fuel/newton: milestone 10.0-updates
2016-11-10 12:53:39 Alexey Shtokolov fuel/newton: importance Undecided High
2016-11-10 12:54:04 OpenStack Infra fuel/newton: status New In Progress
2016-11-10 12:54:04 OpenStack Infra fuel/newton: assignee Alexey Shtokolov (ashtokolov)