[Yahoo-eng-team] [Bug 1860689] [NEW] Install and configure (Red Hat) in glance, [keystone_authtoken], "auth_url" is "auth_uri"

2020-01-23 Thread Abel
Public bug reported: In section to edit /etc/glance/glance-api.conf,section [keystone_authtoken], "auth_url" is "auth_uri" This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] Th

[Yahoo-eng-team] [Bug 1814289] [NEW] No control over the order in which scripts are executed

2019-02-01 Thread Abel Luck
Public bug reported: As discussed on IRC with rharper: There is no way to influence the order that scripts are executed. The use case is: Build an AMI with a /etc/cloud/cloud.cfg.d/.cfg file that contains a `runcmd` directive, and have this script executed BEFORE the runtime user-data script

[Yahoo-eng-team] [Bug 1710250] [NEW] glance v2 has no proper 'copy-from' method

2017-08-11 Thread Abel Lopez
Public bug reported: If one is following the documented steps, there is no way to import an image from a remote URL using glance v2, unless one enables deprecated options. It's asinine to force users to hairpin an image file - (e.g. download from remote URL to local FS, then upload to image servi

[Yahoo-eng-team] [Bug 1701190] [NEW] no rule added after updating floatingip

2017-06-29 Thread abel
Public bug reported: At first, there are 5 vms with floatingips on the same one host and in the same subnet. +--+---+---+ | id | fixed ip | floatingip| +--+---+---+ | vm1 | 10.0.0.4 | 10.187.165.52 | | vm2 | 10.0.0.5 | 10.187.165.53 | |

[Yahoo-eng-team] [Bug 1390102] Re: Block device mapping not deleted

2014-11-18 Thread Abel Lopez
Thanks, it seems to be fixed now. Closing ** Changed in: nova Status: Incomplete => 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/1390102 Title: Block d

[Yahoo-eng-team] [Bug 1393408] Re: hardcoded block device path for NBD server

2014-11-17 Thread Abel Lopez
I don't think this is a bug, nor a hardcoded openstack specific value. This is how linux implements sysFS. If nbd module is loaded, a sysfs entry will exist in /sys/block/nbd0 https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1390115] [NEW] Instance actions not deleted

2014-11-06 Thread Abel Lopez
Public bug reported: When deleting an instance, the corresponding row in the instance_actions table is not marked as deleted.. nova boot foo... nova delete foo go into mysql, select deleted from instance_actions deleted=0 This creates a foreign key constraint when using archive_deleted_row

[Yahoo-eng-team] [Bug 1390102] [NEW] Block device mapping not deleted

2014-11-06 Thread Abel Lopez
Public bug reported: Deleting an instance does not mark the block device mapping as deleted. For example, boot an instance ( type doesn't matter, I found this on an ephemeral instance) then delete the instance. In the database, you see that "deleted=1" for the instance, but for the correspondin

[Yahoo-eng-team] [Bug 1346525] Re: Snapshots when using RBD backend make full copy then upload unnecessarily

2014-09-18 Thread Abel Lopez
*** This bug is a duplicate of bug 1226351 *** https://bugs.launchpad.net/bugs/1226351 I think this is a duplicate of 1226351 ** This bug has been marked a duplicate of bug 1226351 Make RBD Usable for Ephemeral Storage -- You received this bug notification because you are a member of Yah