Re: [Openstack] Questions from a newbie

2015-03-16 Thread Dugger, Donald D
Silvia- 1) Not totally sure what you’re asking. When `devstack’ completes there should be an instance of Horizon running on that machine. You can then connect to that Horizon from any other machine on that network, assuming your host has a routable IP address (using 127.0.0.1 as the HOS

Re: [Openstack] Keystone Build

2015-03-16 Thread Adam Young
On 03/16/2015 10:09 PM, John Williams wrote: I'm on the following URL of the build docs http://docs.openstack.org/juno/install-guide/install/apt/content/keystone-users.html I'm trying to put keystone together. The build is failing on the following: root@os1:/etc# keystone tenant-create --na

Re: [Openstack] Keystone Build

2015-03-16 Thread Lars Kellogg-Stedman
On Tue, Mar 17, 2015 at 02:09:02AM +, John Williams wrote: > Unable to establish connection to > http://os1:35357/v2.0/tenants It says it's unable to establish a connection. Is keystone running? Is it listening on port 35357? Are you able to connect to it successfully using 'curl'? curl

[Openstack] Keystone Build

2015-03-16 Thread John Williams
I'm on the following URL of the build docs http://docs.openstack.org/juno/install-guide/install/apt/content/keystone-users.html I'm trying to put keystone together.  The build is failing on the following: root@os1:/etc# keystone tenant-create --name admin --description "Admin Tenant"  WARNING: Bypa

Re: [Openstack] ARP Caching

2015-03-16 Thread Rick Jones
On 03/16/2015 01:13 PM, Georgios Dimitrakakis wrote: Hi again! I 've used tcpdump to capture the ARP requests. This is what I get for ARP requests coming from "send_arp_for_ha" by OpenStack: 04:56:25.995860 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 15.12.11.34 tell 15.12.11.226, len

Re: [Openstack] ARP Caching

2015-03-16 Thread Georgios Dimitrakakis
Hi again! I 've used tcpdump to capture the ARP requests. This is what I get for ARP requests coming from "send_arp_for_ha" by OpenStack: 04:56:25.995860 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 15.12.11.34 tell 15.12.11.226, length 46 04:56:25.995894 ARP, Ethernet (len 6), IPv4

Re: [Openstack] SWIFT-object storage

2015-03-16 Thread Clay Gerrard
if it's in a public container (read/referer acl ?) - just point a webbrowser (or curl) at the url. you can get the url of any entity in swift with `swift stat -v` (e.g. object - `swift stat -v `) -Clay On Sun, Mar 15, 2015 at 8:29 PM, Sandhya S wrote: > Hi all, > > I uploaded my object in Swi

Re: [Openstack] Nova user missing for devstack install

2015-03-16 Thread Dean Troyer
On Mon, Mar 16, 2015 at 7:12 AM, somshekar kadam wrote: > In Packstack this what the first step is down when we install. setting up > sshkeys. > You've mentioned three different installers now, all three of which may have different practices regarding user accounts. There is no upstream OpenSta

[Openstack] [designate]DBDeadlock of Designate

2015-03-16 Thread Taka Hatakeyama
Hi all, I have figured out that DBDeadlock issue of Designate has recently resolved. https://github.com/openstack/designate/commit/f8e5161569802db64d1d7d1d4864f8a77c4fe2dd But is there a way to enable this function in Icehouse? If upgrading to the latest version is much easier, that's fine. Tha

Re: [Openstack] keystone setup & build

2015-03-16 Thread Adnan Smajlovic
On 14 March 2015 at 00:16, John Williams wrote: > I'm on the following URL of the build docs > > > http://docs.openstack.org/juno/install-guide/install/apt/content/keystone-users.html > > > I'm trying to put keystone together. The build is failing on the > following: > > root@os1:/etc# keystone

[Openstack] Migration and retype in HP3PAR [cinder]

2015-03-16 Thread Nikesh Kumar Mahalka
Hi, I configured as below my HP3PAR array: http://paste.openstack.org/show/192613/ I want to test volume migration and retype feature. I am using ubuntu 14.04 with kilo devstack. I followed below doc but it is for juno: http://www8.hp.com/h20195/v2/GetPDF.aspx%2F4AA5-1930ENW.pdf Do we have hp3pa

Re: [Openstack] Nova woes.

2015-03-16 Thread Georgios Dimitrakakis
Hi Brent, I would start by checking that the firewall is not blocking the connections at the required ports. Try by disabling firewall first and see if the services can be brought up and then put the rules in firewall for the ports: 80 6080 8773 3260 8776 5672 9292 3306 3260 5000 35357 I t

Re: [Openstack] Nova user missing for devstack install

2015-03-16 Thread somshekar kadam
Thanks for the reply, Sushma, I am trying out live migration without storage. So I need to share nova user ssh keys. As root I need to copy the key to other compute node host user nova. For the live migration to be successful. In my earlier mail to openstack I had long discussion on this with

Re: [Openstack] Nova woes.

2015-03-16 Thread Delatte, Craig
It looks like you are missing the rabbit user id. Craig DeLatte OpenStack DevOps Time Warner Cable 704-731-3356 610-306-4816 On 3/16/15, 7:44 AM, "Brent Clark" wrote: >Good day Guys. > >Very new to openstack here. > >In my lab im trying to get it all working, but I have stumbled across >with

Re: [Openstack] Nova woes.

2015-03-16 Thread Weeks, Jacob (RIS-BCT)
It looks like the credentials you're using for rabbitmq are invalid. Be sure to set the appropriate username/password on your rabbitmq server (https://access.redhat.com/articles/1167113) Also be sure those credentials are defined in /etc/nova/nova.conf The guide above from RedHat explains how t

[Openstack] Nova woes.

2015-03-16 Thread Brent Clark
Good day Guys. Very new to openstack here. In my lab im trying to get it all working, but I have stumbled across with Nova. The Nova service's shows its all in a down state (http://paste.openstack.org/show/192611/). Im literally copying command for command from http://docs.openstack.org/jun

Re: [Openstack] Nova user missing for devstack install

2015-03-16 Thread Sushma Korati
Hi, As far as I know, with devstack installation all the services run using "stack" user. Where as in RDO installation, a user is created per service. Like nova services run under nova user, cinder services run under cinder user. Could you paste the exact scenario where your facing this issue so