Re: [Openstack] setup linux users

2013-07-05 Thread Gonfi den Tschal
so i've updated all 13 config files (proxy-server.conf and the 12 1-4.conf) to have as 'swift'. then i run remakerings as root as i was told, and that changes all 13 config files. wherever it said 'swift' it now is 'root', also in the places where 'swift' was hardcoded. then running startmain fail

Re: [Openstack] setup linux users

2013-07-05 Thread Gonfi den Tschal
thanks, made some progress. this user had the same problem https://answers.launchpad.net/swift/+question/201810 i've now apt-get removed swift, and then installed all from git. that worked. except there are 2 failing unit tests, something about differences in expected http return codes. after this

[Openstack] Nova instance launch failing on Quantum error "404 Not Found"

2013-07-05 Thread Min Pae
I have an Openstack setup on Ubuntu/Juju/MAAS, and I was able to successfully set up instances and get them networked using Quantum as recently as a few days ago. A couple of days ago it stopped working. When I try to add an instance, nova-compute errors out citing an error while setting up networ

Re: [Openstack] Shared Storage with cinder ?

2013-07-05 Thread John Griffith
On Fri, Jul 5, 2013 at 10:31 AM, Clint Byrum wrote: > Excerpts from Heiko Krämer's message of 2013-07-05 09:24:03 -0700: > > Heyho guys, > > > > I'm searching for a solution to share storage over more then one > instance. > > > > Normally you attach a block device with cinder directly via iscsi o

Re: [Openstack] Shared Storage with cinder ?

2013-07-05 Thread Heiko Krämer
Hey Clint, yeah that's correct but you will have many old applications like Wordpress or Magento they can't use out of the box an object store. You have customers with applications they'll not customize the application only to host that stuff. This feature will have Havanna release but it's

Re: [Openstack] Shared Storage with cinder ?

2013-07-05 Thread Clint Byrum
Excerpts from Heiko Krämer's message of 2013-07-05 09:24:03 -0700: > Heyho guys, > > I'm searching for a solution to share storage over more then one instance. > > Normally you attach a block device with cinder directly via iscsi or > glusterfs or whatever to one instance and that's it. Multi at

[Openstack] Shared Storage with cinder ?

2013-07-05 Thread Heiko Krämer
Heyho guys, I'm searching for a solution to share storage over more then one instance. Normally you attach a block device with cinder directly via iscsi or glusterfs or whatever to one instance and that's it. Multi attachments are not present. Use case: I've an application on 4 application

Re: [Openstack] Grizzly keystone files user and tenant issues

2013-07-05 Thread Trevor Roberts Jr
Raghavendra, Have you tried contacting Bilel directly via GitHub? There should be a "bugs" tab on the guide's GitHub page that you can open an issue there. Bilel wrote that install guide himself. Some of the steps he specified may differ slightly from a standard Grizzly install. During my ins

Re: [Openstack] setup linux users

2013-07-05 Thread nithish B
Hi, You have to be root to get the user part right. i.e. myuser@mymachine:~$sudo su myuser@mymachine:~#cd bin myuser@mymachine:~/bin$remakerings And as for the second one, try, $sudo apt-get update $sudo apt-get install python-swiftclient If it doesn't work, download the package from mirror.p

Re: [Openstack] Windows Image in OpenStack

2013-07-05 Thread Narayanan, Krishnaprasad
Hi Razique, Sorry for replying late to your email. I am still unable to locate the virtio driver when I tried to install Windows on the VM. Is it possible for you to describe me in short the steps that has to be executed sequentially and the location of execution (cloud controller or compute n

[Openstack] Quantum /Neutron

2013-07-05 Thread claudio marques
Hello Stakers I know that it is possible to automatically create new instances when, for example we need more resources at a given time. My question is, Imagining that nova creates that new instance in a different compute node, how quantum/neutron deal's with connectivity? I am reading a lot abo

[Openstack] OpenStack Community Weekly Newsletter (June 28 - July 5)

2013-07-05 Thread Stefano Maffulli
Hong Kong Summit -- Registration, Call for Speakers & Sponsors Now Open! ???,

Re: [Openstack] [Neutron] Strange packat loss of rubygems.org

2013-07-05 Thread Heiko Krämer
Heyho Guys, me again :) Yeah I'm posting on the list and what happen? I find the problem :) The problem is/was the same like OpenStack L3-Agent 3 months before. The MTU setting of the network device in the warden container is 1500 and to big for rubygems or github Greetings Heiko Am 0

Re: [Openstack] Swift Client

2013-07-05 Thread CHABANI Mohamed El Hadi
Okey thank's, i will check this approach. ___ 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 Client

2013-07-05 Thread Jonathan Lu
Hi, Maybe you need the latest snapshot build, which you can download on the Cyberduck website , "Connect without SSL" section. If that still not work, you can check the config file. If the url of auth is /auth/v1.0, then you sho

[Openstack] [Neutron] Strange packat loss of rubygems.org

2013-07-05 Thread Heiko Krämer
Heyho guys, I've a really strange issue and i try to find out since one week why i've a packet loss only by one http web site. Description: I've setting up Neutron with L3, DHCP and Meta agent with OVS and Gre tunneling. The hole network works perfectly with all required components but I've

Re: [Openstack] Grizzly keystone files user and tenant issues

2013-07-05 Thread Filipe Manco
Are you sure you're using the right Keystone version? Have you properly installed Ubuntu Cloud Archive? Otherwise you need to provide more information. Filipe Manco http://about.me/fmanco 2013/7/5 > Hi, > > I have tried to install Grizzly using the below link: > > ** ** > > > https:

Re: [Openstack] Swift Client

2013-07-05 Thread CHABANI Mohamed El Hadi
To use Cyberduck of course. I thing i should also use a different middleware instead of Tempauth, how can i replace it by devauth or swauth ? 2013/7/5 CHABANI Mohamed El Hadi > Hi Hugo, > > I didn't use Owncloud, i tried before Cyberduck and had a problem such > 'unrecongnized SSL message' ! >

Re: [Openstack] Swift Client

2013-07-05 Thread CHABANI Mohamed El Hadi
Hi Hugo, I didn't use Owncloud, i tried before Cyberduck and had a problem such 'unrecongnized SSL message' ! My purpose is just to test ! i'm using a SAIO installation, with an Ubuntu 12.04, with tempauth middleware exactly according to : http://docs.openstack.org/developer/swift/development_sai

[Openstack] Grizzly keystone files user and tenant issues

2013-07-05 Thread raghavendra.lad
Hi, I have tried to install Grizzly using the below link: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst However when I try to run the files keystone_basic.sh and keystone_endpoints_basic.sh It says tenant and user needs

Re: [Openstack] Availability Zones in Grizzly are not recognized

2013-07-05 Thread Joe Gordon
On Tue, Jul 2, 2013 at 10:21 AM, Vogl, Yves wrote: > Hi, > > I want to segregate my installation into „Availability Zones“. > I've configured a working multi-host installation with following hosts: > > > [FIGURE 1] > # nova availability-zone-list > +---+--

[Openstack] setup linux users

2013-07-05 Thread Gonfi den Tschal
i'm having some difficulties following the tutorial at http://docs.openstack.org/developer/swift/development_saio.html 1) the user: i don't understand how it's meant, i guessed: - root for the commands - should be "swift", a user account without login privileges, created as: useradd -s /usr/