[Yahoo-eng-team] [Bug 1524231] [NEW] [RFE]neutron fwaas should be support share fw to specify tenant

2015-12-09 Thread zhaobo
Public bug reported: [Existing problem] Now, fwaas just contain the 'shared' field, when it is True, it can be fetched by all tenants. But there is more requirements now, the enterprise who have the strong fw(more legitimate fw-rules/policies) want to share / sell its fw service to some

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2015-12-09 Thread hardik
** Also affects: gnocchi Importance: Undecided Status: New ** Changed in: gnocchi Assignee: (unassigned) => hardik (hardik-parekh047) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2015-12-09 Thread Julien Danjou
** Changed in: gnocchi Status: New => 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/1368661 Title: Unit tests sometimes fail because of stale pyc files

[Yahoo-eng-team] [Bug 1506213] Re: nova.cmd.baseproxy handles errors incorrectly

2015-12-09 Thread Markus Zoeller (markus_z)
We changed the release management from a "delayed-release" to a "direct-release" model [1]. It seems that the fix for this bug merged in the timeframe where we made the transition to the new model and therefore wasn't closed with "Fix-Released" at it should be. => Manually closing this bug with

[Yahoo-eng-team] [Bug 1522239] Re: Useless element in migrate_server shcema

2015-12-09 Thread Markus Zoeller (markus_z)
We changed the release management from a "delayed-release" to a "direct-release" model [1]. It seems that the fix for this bug merged in the timeframe where we made the transition to the new model and therefore wasn't closed with "Fix-Released" at it should be. => Manually closing this bug with

[Yahoo-eng-team] [Bug 1515637] Re: Double detach volume causes server fault

2015-12-09 Thread Markus Zoeller (markus_z)
We changed the release management from a "delayed-release" to a "direct-release" model [1]. It seems that the fix for this bug merged in the timeframe where we made the transition to the new model and therefore wasn't closed with "Fix-Released" at it should be. => Manually closing this bug with

[Yahoo-eng-team] [Bug 1498926] Re: Unable to create subnet from IPv6 subnetpool

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/227167 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1ce1bd4d4e83ab91388756978aab35c0a15ce4f5 Submitter: Jenkins Branch:master commit 1ce1bd4d4e83ab91388756978aab35c0a15ce4f5 Author: Frode Nordahl

[Yahoo-eng-team] [Bug 1524264] [NEW] RFE]should support share vpn to specify tenant

2015-12-09 Thread zhaobo
Public bug reported: [Application scene] Tenant A have a vpn, and A doesn't want to share own vpn to those A doesn't believe or no payment, so tenant A may be the vpn supplier. Tenant B want to use the vpn through A shared to B. Generally, one share to specified ones to use owned vpn is

[Yahoo-eng-team] [Bug 1524220] [NEW] can update the gateway of subnet with needless "0" in the ip address via cli

2015-12-09 Thread ibm-cloud-qa
Public bug reported: [Summary] can update the gateway of subnet with needless "0" in the ip address via cli [Topo] devstack all-in-one node [Description and expect result] if update the gateway of subnet with needless "0" in the ip address, the needless "0" can be cut off [Reproduceable or

[Yahoo-eng-team] [Bug 1524256] [NEW] cloud-init-blocknet generates too many log files

2015-12-09 Thread Christian Schmidt
Public bug reported: The /inits/upstart/cloud-init-blocknet.conf Upstart script logs to a file that reflects the network interface name, e.g. cloud-init-blocknet- network-interface_eth0.log for eth0. When running Docker, a lot of interfaces are created on the fly with randomly generated names,

[Yahoo-eng-team] [Bug 1524276] [NEW] Inconsistent IP usage in help strings

2015-12-09 Thread Andreas Jaeger
Public bug reported: During translation of nova for liberty release, we noticed many inconsistent usages, especially in the capitalization of IP. IT should really be "IP" or as plural "IPs". ** Affects: nova Importance: High Assignee: Andreas Jaeger (jaegerandi) Status: In

[Yahoo-eng-team] [Bug 1524301] [NEW] image_meta scsi model ignored

2015-12-09 Thread Mehdi Abaakouk
Public bug reported: Hi, We use virtio-scsi by adding into our glance image properties hw_scsi_model=virtio-scsi and hw_disk_bus=scsi It works well most of the times, but when the instance got more than six disks attached, additional disk doesn't have virtio-scsi enabled. I have dig into the

[Yahoo-eng-team] [Bug 1472449] Re: download error when the image status is not active

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/199549 Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=44d0b02c67ce7926f40377d9367a0f61124ed26d Submitter: Jenkins Branch:master commit 44d0b02c67ce7926f40377d9367a0f61124ed26d Author: Long Quan Sha

[Yahoo-eng-team] [Bug 1524356] [NEW] a level binding implement issue in _check_driver_to_bind

2015-12-09 Thread RaoFei
Public bug reported: in the function of _check_driver_to_bind, the below row 3 condition will never be satisfied. the type of Level.segment_id is string, but Segment_to_bind is a list dict. 1for level in binding_levels: 2if (level.driver == driver and 3

[Yahoo-eng-team] [Bug 1451943] Re: project list cache keeps growing

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/235609 Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=91dec7239da7eb7c6dad385b42aa8aa5a7efa422 Submitter: Jenkins Branch:master commit 91dec7239da7eb7c6dad385b42aa8aa5a7efa422 Author: lin-hua-cheng

[Yahoo-eng-team] [Bug 1524357] [NEW] get_ports cannot get all port for network owner

2015-12-09 Thread ZongKai LI
Public bug reported: ### env ### upstream code two demo tenants: demo1 and demo2 demo1 owner network net1 with subnet ### steps ### 1, create rbac rule for demo2 to access net1 as shared; 2, create a port(port-1) on net1 by demo2; 3, run "neutron port-list" to call get_ports to get ports for/by

[Yahoo-eng-team] [Bug 1524363] [NEW] Owner metadata is missing when regenerating libvirt XML after host reboot

2015-12-09 Thread Simon Pasquier
Public bug reported: Environment: devstack running OpenStack from master. Steps to reproduce: 1. Make sure that resume_guests_state_on_host_boot=True in nova.conf. 2. Boot an instance. 3. Check that the libvirt XML contains a nova:owner element with the project and user ids [1]. 4. Stop the

[Yahoo-eng-team] [Bug 1506187] Re: [SRU] Azure: cloud-init should use VM unique ID

2015-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1149-0ubuntu5 --- cloud-init (0.7.7~bzr1149-0ubuntu5) wily; urgency=medium * Microsoft Azure: use stable VM instance ID over SharedConfig.xml (LP: #1506187): - d/patches/lp-1506187-azure_use_unique_vm_id.patch: use DMI

[Yahoo-eng-team] [Bug 1524394] [NEW] neutron-openvswitch-agent fails to start when root_helper operates in a different context

2015-12-09 Thread Tom Carroll
Public bug reported: Version: Liberty Compute hypervisor: XenServer 6.5 Compute vm: Ubuntu 14.04.3 This issue appears in liberty--and not before--when running XenServer hypervisor. In this environment, root-helper is set to /usr/bin/neutron- rootwrap-xen-dom0, which executes commands in the

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/253994 Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=2acc1f491118570d713230cdd066ddd6956e2710 Submitter: Jenkins Branch:master commit 2acc1f491118570d713230cdd066ddd6956e2710 Author: Kenji Yasui Date:

[Yahoo-eng-team] [Bug 1523646] Re: Nova/Cinder Key Manager for Barbican Uses Stale Cache

2015-12-09 Thread Dave McCowan
** Also affects: castellan Importance: Undecided Status: New -- 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/1523646 Title: Nova/Cinder Key Manager for

[Yahoo-eng-team] [Bug 1524404] [NEW] grenade jobs on stable/liberty broken with oslo.middleware>=3

2015-12-09 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/11/246211/19/check/gate-grenade- dsvm/06a815e/logs/new/screen-n-api.txt.gz?level=TRACE 2015-12-09 07:52:44.729 3354 ERROR nova Traceback (most recent call last): 2015-12-09 07:52:44.729 3354 ERROR nova File "/usr/local/bin/nova-api",

[Yahoo-eng-team] [Bug 1524444] [NEW] auto-select rpc version info logging is too chatty

2015-12-09 Thread Matt Riedemann
Public bug reported: This shows up 392 this in the n-api log run here: "Automatically selected compute RPC version 4.5 from minimum service version 2" http://logs.openstack.org/92/253192/6/check/gate-grenade- dsvm/76ad561/logs/new/screen-n-api.txt.gz#_2015-12-09_16_50_42_905 About 1.3 million

[Yahoo-eng-team] [Bug 1524081] Re: rbac extension has a bad updated timestamp

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/254982 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6b43ef8ef721b27be99dc479a90e96ec08234469 Submitter: Jenkins Branch:master commit 6b43ef8ef721b27be99dc479a90e96ec08234469 Author: Kevin Benton Date: Tue

[Yahoo-eng-team] [Bug 1503415] Re: We should not bypass bytes decode/encode

2015-12-09 Thread Akihiro Motoki
** Also affects: python-neutronclient/liberty Importance: Undecided Status: New ** Changed in: python-neutronclient/liberty Status: New => Fix Committed ** Changed in: python-neutronclient/liberty Milestone: None => 3.1.1 ** Changed in: python-neutronclient/liberty

[Yahoo-eng-team] [Bug 1517818] Re: filters broken for rbac policy retrieval

2015-12-09 Thread Akihiro Motoki
** Also affects: python-neutronclient/liberty Importance: Undecided Status: New ** Changed in: python-neutronclient/liberty Milestone: None => 3.1.1 ** Changed in: python-neutronclient/liberty Status: New => Fix Committed ** Changed in: python-neutronclient/liberty

[Yahoo-eng-team] [Bug 1522577] Re: Endpoint create status code differs from docs

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/255409 Committed: https://git.openstack.org/cgit/openstack/keystone-specs/commit/?id=3ecbedb96c7b028b064472bdd69139910c68e237 Submitter: Jenkins Branch:master commit 3ecbedb96c7b028b064472bdd69139910c68e237 Author: Samuel de Medeiros Queiroz

[Yahoo-eng-team] [Bug 1524404] Re: grenade jobs on stable/liberty broken with oslo.middleware>=3

2015-12-09 Thread Matt Riedemann
Actually this is the right thing happening. The change that's failing is the upper-constraints change for stable/liberty: https://review.openstack.org/#/c/246211/ So if we just never fix that, upper-constraints on stable/liberty is frozen, which is maybe acceptable. ** Changed in: nova/liberty

[Yahoo-eng-team] [Bug 1449492] Re: Cinder not working with IPv6 ISCSI

2015-12-09 Thread Walt Boring
the os-brick patch is here: https://review.openstack.org/#/c/234425/ ** Changed in: os-brick Status: New => In Progress ** Changed in: os-brick Assignee: (unassigned) => Lukas Bezdicka (social-b) ** Changed in: os-brick Importance: Undecided => Medium ** Changed in: cinder

[Yahoo-eng-team] [Bug 1518402] Re: Make MetadataProxyHandler configurable

2015-12-09 Thread Shih-Hao Li
** Changed in: neutron Status: In Progress => 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/1518402 Title: Make MetadataProxyHandler configurable Status in neutron:

[Yahoo-eng-team] [Bug 1410494] Re: sqlalchemy-migrate>0.9.1 and <0.9.5 causes glance test failures

2015-12-09 Thread Kevin Carter
** No longer affects: openstack-ansible ** No longer affects: openstack-ansible/juno ** No longer affects: openstack-ansible/icehouse -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1524515] [NEW] get sql-based Domain-specific driver configuration with incorrect group in URL, expected response 404, actual 403

2015-12-09 Thread Thomas Hsiao
Public bug reported: get sql-based Domain-specific driver configuration with incorrect group in URL, expected response 404, actual 403: With sql-based Domain-specific driver configuration set up connection to a openldap or ad backend for a domain, if an invalid/typo group name (e.g.

[Yahoo-eng-team] [Bug 1524510] [NEW] Remove Neutron FWaaS static example configuration files

2015-12-09 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/254698 commit 6713d0ac33a8a6355b4263bde01d55c01636039b Author: Martin Hickey Date: Tue Dec 8 11:18:04 2015 + Remove Neutron FWaaS static example configuration files Oslo config generator was

[Yahoo-eng-team] [Bug 1512744] Re: Unable to retrieve LDAP domain user and group list on Horizon.

2015-12-09 Thread Max Yatsenko
The bug was not reproduces, due to this reason a status will be set to "Invalid". ** Changed in: fuel-plugins Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1489627] Re: Incorrect use of os.path.join() in nova/api/openstack/common.py

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/218309 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7a09f727f3027e4f0d54d99f1579f6595720d094 Submitter: Jenkins Branch:master commit 7a09f727f3027e4f0d54d99f1579f6595720d094 Author: EdLeafe Date: Thu Aug 27

[Yahoo-eng-team] [Bug 1524164] Re: Decompose OFAgent mechanism driver from neutron tree completely

2015-12-09 Thread fumihiko kakuma
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1524164 Title: Decompose OFAgent mechanism driver from neutron tree

[Yahoo-eng-team] [Bug 1523224] Re: nova.api unexpected exception glanceclient.exc.HTTPInternalServerError

2015-12-09 Thread aginwala
Cool. ** Changed in: nova Status: New => 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/1523224 Title: nova.api unexpected exception

[Yahoo-eng-team] [Bug 1524568] [NEW] Automatically generate neutron LBaaS configuration files

2015-12-09 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/252981 commit e719861c00ab1e50e271c3bcdbc0b9130353d2d4 Author: Martin Hickey Date: Thu Dec 3 14:39:29 2015 + Automatically generate neutron LBaaS configuration files This adds a new tox environment,

[Yahoo-eng-team] [Bug 1516469] Re: endpoints not show correctly when using "endpoint_filter.sql" as catalog's backend driver

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/250032 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=f86448a3113fc594e78d3d9410f44c1f64a9ad58 Submitter: Jenkins Branch:master commit f86448a3113fc594e78d3d9410f44c1f64a9ad58 Author: Dave Chen Date:

[Yahoo-eng-team] [Bug 1524576] [NEW] Enhance ML2 Type Driver interface to include network ID

2015-12-09 Thread Sukhdev Kapur
Public bug reported: An enhancement is needed to the ML2 Type Driver interface to include network ID. This allows the vendors the flexibility on their back-end systems to group or associate resources based upon the network ID. ** Affects: neutron Importance: Undecided Assignee: Sukhdev

[Yahoo-eng-team] [Bug 1460150] Re: no way to get v3 openrc file

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/186846 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=46a739531f9c2eb55c65000eca6b5737b16145ab Submitter: Jenkins Branch:master commit 46a739531f9c2eb55c65000eca6b5737b16145ab Author: David Lyle Date:

[Yahoo-eng-team] [Bug 1524567] Re: nova-manage vm list error

2015-12-09 Thread aginwala
** Changed in: nova Status: New => 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/1524567 Title: nova-manage vm list error Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1524531] [NEW] ip_lib_force_root doesn't force root, breaking neutron on XenServer compute nodes

2015-12-09 Thread Tom Carroll
Public bug reported: Version: Liberty Compute hypervisor: XenServer 6.5 Compute vm: Ubuntu 14.04.3 With this option set, it is documented that all ip_lib commands should be executed with the assistance of the defined root_helper. This does not occur. This is necessary as root_helper executes

[Yahoo-eng-team] [Bug 1506356] Re: There is no "[vnc]" option group in nova.conf.sample

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/235396 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=68200d7585c384adb8a688376cc8e5e013395a34 Submitter: Jenkins Branch:master commit 68200d7585c384adb8a688376cc8e5e013395a34 Author: Shunya Kitada Date:

[Yahoo-eng-team] [Bug 1524567] [NEW] nova-manage vm list error

2015-12-09 Thread Kevin Fox
Public bug reported: ==> /var/log/nova/nova-manage.log <== 2015-12-09 11:57:04.173 10154 CRITICAL nova [req-95df183e-c4b7-4a01-974e-a5a7ca236c34 - - - - -] AttributeError: 'NoneType' object has no attribute 'name' 2015-12-09 11:57:04.173 10154 TRACE nova Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1521793] Re: l3ha with L2pop disabled breaks neutron

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/252100 Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=00609ea56e09f5dd0488062b64a03420d296e614 Submitter: Jenkins Branch:master commit 00609ea56e09f5dd0488062b64a03420d296e614 Author: Kevin Carter

[Yahoo-eng-team] [Bug 1491120] Re: L3 agent failover does not work

2015-12-09 Thread Miguel Lavalle
** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1491120 Title: L3 agent failover does not work Status in neutron: Fix

[Yahoo-eng-team] [Bug 1524562] [NEW] No error raised if PUT/GET/PATCH/DELETE domain-specific driver configuration database store with an invalid domain id

2015-12-09 Thread Thomas Hsiao
Public bug reported: No error raised if PUT/GET/PATCH/DELETE sql-based domain driver configuration with a invalid domain id: For domain-specific driver configuration database store, Identity API creates the configuration options into the database even though the provided domain id is the the

[Yahoo-eng-team] [Bug 1524006] Re: NotImplementedError raised while create network using Nova REST API

2015-12-09 Thread Atsushi SAKAI
Would you ask your questions in following URL? https://ask.openstack.org/en/questions/ ** Changed in: openstack-api-site Status: New => Invalid ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1524418] Re: gate-grenade-dsvm-multinode fails with "AttributeError: 'LocalManager' object has no attribute 'l3driver'"

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/255435 Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=3ee86964fa460882d8fcac8686edd0e6bfb12008 Submitter: Jenkins Branch:master commit 3ee86964fa460882d8fcac8686edd0e6bfb12008 Author: Mehdi Abaakouk

[Yahoo-eng-team] [Bug 1520722] Re: Automatically generate neutron core configuration files

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/254984 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=39670ef35ab37d8e7a4db483f0f8e2a453c7a07b Submitter: Jenkins Branch:master commit 39670ef35ab37d8e7a4db483f0f8e2a453c7a07b Author: Matthew Kassawara

[Yahoo-eng-team] [Bug 1524568] Re: Automatically generate neutron LBaaS configuration files

2015-12-09 Thread Henry Gessau
This bug seems to have been erroneously created by some automation. ** Changed in: neutron Status: New => 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/1524568 Title:

[Yahoo-eng-team] [Bug 1499142] Re: test coverage for toast service error

2015-12-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/231180 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2b547305e8d8d036d4ddf936c072f2fb3dd3e0cc Submitter: Jenkins Branch:master commit 2b547305e8d8d036d4ddf936c072f2fb3dd3e0cc Author: matthewjsloane

[Yahoo-eng-team] [Bug 1524602] [NEW] Return availability_zone_hints as string when net-create

2015-12-09 Thread Hirofumi Ichihara
Public bug reported: In neutron with availability zone extensions, we receive the return value with string as availability_zone_hints although we expect list. $ neutron net-create --availability-zone-hint zone-1 --availability-zone-hint zone-2 net1 Created a new network:

[Yahoo-eng-team] [Bug 1524627] [NEW] nova libvirt xml generate wrong metadata

2015-12-09 Thread Tardis Xu
Public bug reported: Environment: devstack running OpenStack from master. Steps to reproduce: 1. login as demo/demo 2. boot a instance 3. virsh dumpxml , view metadata: demo demo 4. login as admin/admin 5. hard boot the instance 6. virsh dumpxml , view metadata:

[Yahoo-eng-team] [Bug 1524421] [NEW] Host Manager reads deleted instance info on startup

2015-12-09 Thread Ed Leafe
Public bug reported: In Kilo we added the ability of the HostManager to track information about the instances on compute nodes, so that filters that needed this information didn't have to constantly make database calls to get it. However, the call that is used by HostManager will return deleted

[Yahoo-eng-team] [Bug 1524418] [NEW] gate-grenade-dsvm-multinode fails with "AttributeError: 'LocalManager' object has no attribute 'l3driver'"

2015-12-09 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/38/249138/9/check/gate-grenade-dsvm- multinode/5b991dc/logs/new/screen-n-api.txt.gz?level=TRACE 2015-12-09 12:44:56.998 ERROR nova.api.openstack.extensions [req-e2625ff8-3f5c-494c-8d84-a91d6d9c862b cinder_grenade cinder_grenade]