[Openstack] Announcing: S3 Multi-Upload module for SWIFT

2013-05-15 Thread Wyllys Ingersoll
/github.com/wyllys66/s3multi/issues Wyllys Ingersoll Evault, Inc. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Wyllys Ingersoll
...@griddynamics.com>> Date: Tuesday, May 14, 2013 12:20 PM To: Wyllys Ingersoll mailto:wyllys.ingers...@evault.com>> Cc: "Kevin L. Mitchell" mailto:kevin.mitch...@rackspace.com>>, "openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>" mailto

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Wyllys Ingersoll
Agree. Hardcoding full pathnames is a bad practice in general. On 5/14/13 11:50 AM, "Kevin L. Mitchell" wrote: >On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote: >> Attacker can put binary in /usr/local/bin for example. on ubuntu that >> path located before /usr/bin. > >If the attacke

Re: [Openstack] horizon nova endpoint usage question

2013-05-09 Thread Wyllys Ingersoll
Gabriel From: Openstack [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Wyllys Ingersoll Sent: Thursday, May 09, 2013 1:19 PM To: openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net> Subject: [Openstack] horizon nova endpoint usage que

[Openstack] horizon nova endpoint usage question

2013-05-09 Thread Wyllys Ingersoll
n local_settings.py, but that doesn't seem to apply to any of the horizon-nova operations. Perhaps it should, or another parameter could be created to affect horizon-nova interactions. -Wyllys Ingersoll Evault ___ Mailing list: https://launchp

Re: [Openstack] Ceilometer question

2013-03-26 Thread Wyllys Ingersoll
a little work to make the options clear, but the API documentation may help explain: http://docs.openstack.org/developer/ceilometer/webapi/v2.html Doug On Tue, Mar 26, 2013 at 12:22 PM, Wyllys Ingersoll mailto:wyllys.ingers...@evault.com>> wrote: Perhaps this is documented but I can&#

[Openstack] Ceilometer question

2013-03-26 Thread Wyllys Ingersoll
th resource and project id values. Thanks, Wyllys Ingersoll EVault On Mar 26, 2013, at 11:47 AM, Julien Danjou wrote: > Hi, > > We're pleased to announce that the RC1 version for the Grizzly release > of Ceilometer is available! > > https://launchpad.net/ceilometer/g

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
or the help. -Wyllys On Mar 20, 2013, at 1:24 PM, Wyllys Ingersoll wrote: > > Neither of those works. > > When I use "settings.register(ec2list.EC2ListPanel)" I get this error: > "Error registering panel: 'module' object has no attribute 'EC

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
dashboard slug: 'admin') >> >> import horizon >> from path_to_module.panel import YourNewPanelClass >> >> admin_dashboard = horizon.get_dashboard("admin") >> admin_dashboard.register(YourNewPanelClass) >> >> >> Next, make sur

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
sure your overrides.py file is being called in your settings.py > > HORIZON_CONFIG = { > dashboards = ('project', 'admin','settings'), > ..., > 'customization_module': 'your_base_module.overrides' > } > > -Dave > > -Original Messa

[Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
Can someone give a pointer to how one goes about adding a new panel to an existing panel using overrides.py ? I know my panel is working because if I hardcode it into an existing dashboard.py file, it is found and displayed. I'd prefer to put it in overrides.py instead and am wondering how th

[Openstack] new horizon settings panel not recognized

2013-03-18 Thread Wyllys Ingersoll
as the other settings panels and the permissions are all the same, etc etc. I have no idea whats wrong, even with debug logging enabled for horizon, there is precious little information about what's wrong or why it is failing to register or get discovered. Any suggestions ? Wyllys Inger

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Wyllys Ingersoll
Yup, you are correct, I confused 2 different issues. sorry for the confusion… On Mar 15, 2013, at 2:58 PM, Jay Pipes wrote: > On 03/15/2013 01:12 PM, Wyllys Ingersoll wrote: >> I am able to login as a non-admin user and access the containers. > > Your original post t

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Wyllys Ingersoll
I logged a bug on it and am working on a fix: > > https://bugs.launchpad.net/keystone/+bug/1136190 > > Best, > -jay > > On 03/14/2013 10:57 AM, Wyllys Ingersoll wrote: >> >> I figured it out - nova-cert was not installed and running. I need to add

[Openstack] Horizon logging?

2013-03-15 Thread Wyllys Ingersoll
I want to put some debug logging statements in a custom "overrides.py" module for Horizon. But I can't figure out where the messages will be logged. They don't go in the apache logs and they don't appear in any of the nova logs. Horizon doesn't appear to have its own logging, so Im a little

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-14 Thread Wyllys Ingersoll
I figured it out - nova-cert was not installed and running. I need to add this to my setup when EC2 is enabled, I wasn't aware of the dependency. -Wyllys On Mar 14, 2013, at 10:35 AM, Wyllys Ingersoll wrote: > > I have EC2 configured correctly as far as I can tell because I

[Openstack] download ec2 creds fails consistently in horizon

2013-03-14 Thread Wyllys Ingersoll
user rather than assuming you want/need everything all at once. thanks, Wyllys Ingersoll EVault ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] swift containers panel permissions?

2013-03-13 Thread Wyllys Ingersoll
On Mar 12, 2013, at 6:56 PM, Kieran Spear wrote: > Hi Wyllys, > > On 13 March 2013 04:19, Wyllys Ingersoll wrote: >> Can someone point me to docs describing how to add/modify/delete permissions >> for a horizon panel? >> >> I want a non-admin user to be able

[Openstack] swift containers panel permissions?

2013-03-12 Thread Wyllys Ingersoll
permissions issue. Has anyone considered making Nova/Horizon fail a little more gracefully in the face of errors rather than the current HTTP 500 status messages? thanks, Wyllys Ingersoll eVault ___ Mailing list: https://launchpad.net/~ope

Re: [Openstack] keystone-manage db_sync failures

2013-03-05 Thread Wyllys Ingersoll
etc/keystone/keystone.conf db_sync Mark -Original Message- From: openstack-bounces+mark.m.miller=hp@lists.launchpad.net<mailto:hp@lists.launchpad.net> [mailto:openstack-bounces+mark.m.miller<mailto:openstack-bounces%2Bmark.m.miller>=hp@lists.launchpad.net<mailto:

[Openstack] keystone-manage db_sync failures

2013-03-05 Thread Wyllys Ingersoll
I keep getting a failure when trying to configure keystone. keystone-manage seems to have issues with sqlalchemy. Here are my versions: python-keystoneclient: 1:0.1.3-0ubuntu1.1~cloud0 python-sqlalchemy: 0.7.8-1ubuntu1~cloud0 python-migrate: 0.7.2-1ubuntu1 Any ideas?? $ keystone-manage db_s

Re: [Openstack] horizon customization_module example???

2013-03-04 Thread Wyllys Ingersoll
Thanks! Any hints on how to remove some of the default Nova panels from the dashboard using the customization_module? On Mar 4, 2013, at 6:52 PM, Kieran Spear wrote: > Hi Wyllys, > > On 5 March 2013 08:59, Wyllys Ingersoll wrote: >> Questions: >> - If I name the cu

[Openstack] horizon customization_module example???

2013-03-04 Thread Wyllys Ingersoll
Can someone elaborate on how to use the "customization_module" setting in local_settings.py? Im running openstack-dashboard Version: 2012.2.1-0ubuntu1~cloud0 on Ubuntu 12.04 LTS. I read the documentation here - http://docs.openstack.org/developer/horizon/topics/customizing.html but several th

Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Wyllys Ingersoll
nchpad.net [mailto:openstack-bounces+wyllys.ingersoll=evault@lists.launchpad.net] On Behalf Of Adam Gandelman Sent: Friday, March 01, 2013 2:54 PM To: openstack@lists.launchpad.net Subject: Re: [Openstack] 2012.2.1 missing several nova dependency packages. On 03/01/2013 11:42 AM, Wyllys Ingersoll

Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Wyllys Ingersoll
I did try that. It made no difference. From: Martinx - ジェームズ [mailto:thiagocmarti...@gmail.com] Sent: Friday, March 01, 2013 2:48 PM To: Wyllys Ingersoll Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] 2012.2.1 missing several nova dependency packages. Try: "apt-get update&qu

[Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Wyllys Ingersoll
Im trying to install the nova packages from the Ubuntu 12.04 LTS folsom archives, but some of the required dependencies are no longer available. My sources.list file has this entry: deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main If I remove that entry, I can get