[Openstack] [Folsom] Horizon not working

2012-11-08 Thread Emilio García
Hello there, I am having the exact same problem! Any fix? On Fri, Nov 2, 2012 at 10:45 AM, Raja Gajju wrote: > Hi all, > > I am totally new to Folsom and just wanted to get into it. > > I followed installation instructions from this guide : > https://github.com/mseknibilel/OpenStack-Folsom-Inst

Re: [Openstack] [Folsom] Horizon not working

2012-11-08 Thread Emilio García
It is folsom, from deb http://ubuntu-cloud.archive.canonical.com/ubuntuprecise-updates/folsom main I installed following a different guide and it is working (but same repos). But to be honest I don't know what is the difference. Kind regards. On 8 November 2012 17:32, Dolph Mathews wrote: > We

[Openstack] Quantum Debug

2012-11-09 Thread Emilio García
Good day everyone, I am doing a Folsom install following this guide: https://github.com/EmilienM/openstack-folsom-guide I only have set up the internal network and I can swpan instances but it doesn't seem like I can connect to them at all, and they cannot find the metadata host. I have 3 interf

Re: [Openstack] Quantum Debug

2012-11-09 Thread Emilio García
6a1eb ping 10.1.1.20 > > Regards, > Ivan Kolodyazhny, > Web Developer, > http://blog.e0ne.info/, > http://notacash.com/, > http://kharkivpy.org.ua/ > > > > On Fri, Nov 9, 2012 at 8:51 PM, Emilio García < > emilio.gar...@cloudreach.co.uk> wrote: > &g

Re: [Openstack] Quantum Debug

2012-11-12 Thread Emilio García
84d5b-2b" type: internal Bridge br-ex Port "qg-42a6ab11-cf" Interface "qg-42a6ab11-cf" type: internal Port br-ex Interface br-ex type: internal Port "eth2"

[Openstack] PoC Swift

2012-11-19 Thread Emilio García
Good day everyone, I want to set up a PoC for Swift. But we are willing to make it a little bit more complicated than just trivial. So we have two spare machines to dedicate to it. I was thinking we could just set up proxy and data node in the same machines. And have two data replicas (one per mac

[Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
Hi all, I configured swift, first with tempauth. I checked the CLI worked fine. Then I integrated with with keystone. Now I can create containers and folders from Horizon... but for some reason I cannot from the CLI. I always get 401! swift -A http://192.168.0.18:8080/auth/v1.0 -U system:swift -K

Re: [Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
On 7 December 2012 16:45, Emilio García wrote: > This is what I get in the proxy log with I use Horizon: > > Dec 7 16:18:44 ostack-sn01 proxy-server Calling S3Token middleware. (txn: > txaed5df4ce9074dfa92b80cf7c7eedaff) (client_ip: 192.168.0.13) > Dec 7 16:18:44 ostack-sn01

Re: [Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
On 7 December 2012 16:39, Emilio García wrote: > I get a different error with that: > > # swift -A http://192.168.0.17:5000/auth/v1.0 -U service:swift -K xxx > stat > Account not found > > No matter what -K value I put. > > PS: I have keystone in .17 while swift p

Re: [Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
Just for reference I made it work like this: root@ostack-sn01:/etc/swift# swift *-V 2.0* -A http://192.168.0.17:5000/v2.0-U Default:emilio.garcia -K xx list mycontainer Folder1 Folder1/Test Folder1/libjvm.so fxavcodecplugin-53.so Regards. On 7 December 2012 16:49, Emilio García wrote

[Openstack] How to generate an API key

2013-02-08 Thread Emilio García
Hi all, I am trying to generate an API key for a Zenpack (Zenoss) to use the OpenStack API to gather stats. However I cannot see how to generate a API key in the documentation anywhere. How can I do that? Also is it possible to use the v1 of the API protocol in Folsom or only v2? Kind regards. C

Re: [Openstack] How to generate an API key

2013-02-08 Thread Emilio García
/api/openstack-compute/programmer/content/getting-the-keys-to-the-kingdom.html > > This page describes the process of obtaining a token. > http://docs.openstack.org/api/quick-start/content/index.html#Getting-Credentials-a00665 > > Hope this helps. > Anne > > > On Fri,

Re: [Openstack] How to generate an API key

2013-02-08 Thread Emilio García
Hello again, Basically I am using Openstack itself, keystone folsom in particular. I understand then the API keys are just user's passwords? Kind regards. On Fri, Feb 8, 2013 at 2:47 PM, Anne Gentle wrote: > > > > On Fri, Feb 8, 2013 at 8:43 AM, Emilio Garc