Re: [openstack-dev] [nova] Encrypted Ephemeral Storage

2016-04-25 Thread Chris Buccella
t-* in the > example above) is encrypted, and everything written to the underlying disk > is also encrypted. Try searching for the text in the underlying device – > you shouldn't be able to find it. > > Joel > > > From: Chris Buccella <chris.bucce...@verilume.com

[openstack-dev] [nova] Encrypted Ephemeral Storage

2016-04-11 Thread Chris Buccella
I've been looking into using encrypted ephemeral storage with LVM. With the [ephemeral_storage_encryption] and [keymgr] sections to nova.conf, I get an LVM volume with "-dmcrypt" is appended to the volume name, but otherwise see no difference; I can still grep for text inside the volume. Upon

Re: [openstack-dev] [Sahara] Difference between Sahara and CloudBrak

2015-06-17 Thread Chris Buccella
I tried (or tried to try) Cloudbreak recently, as I need to deploy a newer version of HDP than Sahara supports. The interface is slick, but lacks the ability to make some choices about your OpenStack installation. The heat template the software generated wouldn't work with my deployment, and

Re: [openstack-dev] [Nova] v2 or v3 for new api

2014-11-14 Thread Chris Buccella
Do you have a blueprint for the new feature? If you want it accepted upstream, you'll need a blueprint and spec: https://wiki.openstack.org/wiki/Blueprints#Spec_.2B_Blueprints_lifecycle On Wed, Nov 12, 2014 at 2:44 PM, Pasquale Porreca pasquale.porr...@dektech.com.au wrote: Hello I am

Re: [openstack-dev] Usage of @author tags in the header of Python files

2014-10-08 Thread Chris Buccella
Nova has a hacking check for this (N315): https://git.openstack.org/cgit/openstack/nova/tree/nova/hacking/checks.py#n220 Based on the general sentiment around the issue, maybe other projects should consider enforcing this similarly. On Wed, Oct 8, 2014 at 1:56 PM, Monty Taylor

Re: [openstack-dev] Policy for linking bug or bp in commit message

2014-05-23 Thread Chris Buccella
On 05/23/2014 03:02 PM, Joe Gordon wrote: On Sat, May 24, 2014 at 2:23 AM, Nachi Ueno na...@ntti3.com mailto:na...@ntti3.com wrote: Hi folks I believed we should link bug or bp for any commit except automated commit by infra. However, I found also there is no written

Re: [openstack-dev] help with python-cinderclient unit test

2014-02-18 Thread Chris Buccella
On 02/18/2014 04:31 PM, Luis de Bethencourt wrote: I am finishing a patch that Seif Lofty started. It shows more information for the quota-usage health. https://review.openstack.org/gitweb?p=openstack%2Fpython-cinderclient.git;a=commitdiff;h=785cae3a17fbeccb366b01ece8f8704edf4d2ae7 I am

Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Chris Buccella
On 02/12/2014 11:50 AM, Sanchez, Cristian A wrote: Hi, We’ve modified the openstack-commons.conf file for climate remove rpc and notifier modules. But when the update.py is executed, the notifier and rpc modules are still copied. Do you know what could be wrong? Here you can see a log showing