Re: [Openstack] Failed to launch instance after ironic API settings

2014-11-13 Thread nithish B
Hi, Can you post the nova-compute log because "Please try again later [Error: No valid host was found. There are not enough hosts available.]" is more of a generic error. The actual error will be present in the logs. Thanks. Regards, Nitish B. On Fri, Nov 14, 2014 at 2:10 AM, sindhusha.yadav

Re: [Openstack] devstack throws errors trying to start 'oslo.middleware' is not a global requirement.

2014-11-13 Thread lucas.g...@gmail.com
Incidentally I'm now also getting: 2014-11-14 04:37:46.923 | + mysql -uroot -pdevstack -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2014-11-14 04:37:46.930 | + mysql -uroot -pdevstack -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2014-11-14 04:37:46.937 | + /usr/local/bin/cinder-m

Re: [Openstack] devstack throws errors trying to start 'oslo.middleware' is not a global requirement.

2014-11-13 Thread lucas.g...@gmail.com
Here's my local.conf in case it matters: [[local|localrc]] # Credentials ADMIN_PASSWORD=devstack MYSQL_PASSWORD=devstack RABBIT_PASSWORD=devstack SERVICE_PASSWORD=devstack SERVICE_TOKEN=token #Enable/Disable Services disable_service n-net enable_service q-svc enable_service q-agt enab

[Openstack] devstack throws errors trying to start 'oslo.middleware' is not a global requirement.

2014-11-13 Thread lucas.g...@gmail.com
Here's a chunk of the output: 2014-11-14 04:19:48.308 | Cloning into '/opt/stack/oslo.messaging'... 2014-11-14 04:19:49.407 | + cd /opt/stack/oslo.messaging 2014-11-14 04:19:49.407 | + git checkout master 2014-11-14 04:19:49.420 | Already on 'master' 2014-11-14 04:19:49.421 | + cd /opt/stack/oslo.

Re: [Openstack] Icehouse, LDAP/Active Directory Authentication, Invalid Password

2014-11-13 Thread ethan
1. Authentication. This is done via a simple bind to the LDAP server 2. Get user data. This is done as an LDAP query to the LDAP server as the system LDAP user, not as the end user. 3. Getting the roles for the user on the project. If you are request a project scoped token, this would fail

Re: [Openstack] Icehouse, LDAP/Active Directory Authentication, Invalid Password

2014-11-13 Thread Adam Young
On 11/13/2014 09:02 PM, et...@757.org wrote: Hello, I'm in a bit of a pickle. We had an OpenStack Havana install that ended up dead due to database issues. It was installed by a co-worker that left. Brand new install using Icehouse, and everything was going pretty good. Imported all of t

[Openstack] Icehouse, LDAP/Active Directory Authentication, Invalid Password

2014-11-13 Thread ethan
Hello, I'm in a bit of a pickle. We had an OpenStack Havana install that ended up dead due to database issues. It was installed by a co-worker that left. Brand new install using Icehouse, and everything was going pretty good. Imported all of the snapshots and volumes. Final part was to

[Openstack] Juno nova login credential error

2014-11-13 Thread Amit Anand
Hi all, So after configuring both my controller and compute node (controller seems to be just fine now) I start the openstack-nova-compute.service on the compute node and I get errors. In the log files on the controller node I see errors: 2014-11-13 18:40:12.629 6540 INFO oslo.messaging._drivers.

Re: [Openstack] tracking approved specs via RSS

2014-11-13 Thread Mark Collier
This is great Doug, thanks! > On Nov 13, 2014, at 5:14 PM, Doug Hellmann wrote: > > We’ve added RSS feeds to most of the published specs on > http://specs.openstack.org to make it easier to follow along with approved > specs. Watching gerrit is still the best way to track proposals and rev

[Openstack] tracking approved specs via RSS

2014-11-13 Thread Doug Hellmann
We’ve added RSS feeds to most of the published specs on http://specs.openstack.org to make it easier to follow along with approved specs. Watching gerrit is still the best way to track proposals and reviews, but for the folks who are interested in the sausage but don’t want to know how it’s mad

Re: [Openstack] OpenStack ecosystem

2014-11-13 Thread Romil Gupta
Awesome. I liked it :) Thanks for sharing. On Thu, Nov 13, 2014 at 9:19 PM, Nicolas Borboën wrote: > Hello all, > I attended the Paris conference as a newcomer to the world of > OpenStack and I really loved the excitement around the project. > > As I'm in the beginning of my crusade OpenSta

[Openstack] Failed to launch instance after ironic API settings

2014-11-13 Thread sindhusha.yadavalli
I enabled ironic api but now i cant able to launch instance.is there any relation b/w Ironic API and new instance launching.i am getting the follwoing error. "Failed to launch instance "tesing": Please try again later [Error: No valid host was found. There are not enough hosts available.]" plz

Re: [Openstack] Networking documentation

2014-11-13 Thread Ken D'Ambrosio
Well, this one doesn't specify a release name, but... http://docs.openstack.org/admin-guide-cloud/content/under_the_hood_openvswitch.html And may I just say, "Thanks!" I'd been looking for some documentation. Good stuff! -Ken On 2014-11-13 14:50, CARVER, PAUL wrote: If anyone knows where

[Openstack] Could'nt create admin

2014-11-13 Thread Ameet Gandhare
Hello, I am running Ubuntu Server 14.04 (64 bit) on VirtualBox I am using steps described at http://www.ubuntu.com/download/cloud/install-ubuntu-openstack to install the Openstack cloud. The command sudo openstack-install fails with message "Couldn't create admin" Command log is not much of he

Re: [Openstack] Networking documentation

2014-11-13 Thread Anne Gentle
It's here: http://docs.openstack.org/admin-guide-cloud/content/under_the_hood_openvswitch.html I'll add a redirect now that we continuously publish it. Thanks, Anne On Thu, Nov 13, 2014 at 1:50 PM, CARVER, PAUL wrote: > If anyone knows where this page > http://docs.openstack.org/havana/config

[Openstack] Networking documentation

2014-11-13 Thread CARVER, PAUL
If anyone knows where this page http://docs.openstack.org/havana/config-reference/content/under_the_hood_openvswitch.html went in the Juno documentation please let me know. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack P

Re: [Openstack] Error while installing Nova on SLES 11 SP3

2014-11-13 Thread George Mihaiescu
The problem is pretty clear to me: " *useradd: UID 96 is not unique."* Your distribution is probably using a hard-coded userid which is already used on your system. On Thu, Nov 13, 2014 at 10:11 AM, varun bhatnagar wrote: > Hi, > > Am I the only one who got this error? > Any suggestions to r

[Openstack] Ironic API

2014-11-13 Thread sindhusha.yadavalli
Sir/Madam, i am Sindhusha from IIIT-Hyd and we are working on project of OpenStack Ironic API. By following this link: http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html To connect baremetal we have to set the following:, MAC , "IPMI address" , "IPMI user", and "IPMI password" w

[Openstack] OpenStack ecosystem

2014-11-13 Thread Nicolas Borboën
Hello all, I attended the Paris conference as a newcomer to the world of OpenStack and I really loved the excitement around the project. As I'm in the beginning of my crusade OpenStack, I had difficulty representing my various projects operating in this environment, so I decided to try to

Re: [Openstack] Error while installing Nova on SLES 11 SP3

2014-11-13 Thread varun bhatnagar
Hi, Am I the only one who got this error? Any suggestions to resolve this? BR, Varun On Wed, Nov 12, 2014 at 1:31 PM, varun bhatnagar wrote: > Hi, > > I am trying to install Nova on my compute node but I am uable to do that. > When I execute the following comman: > > *zypper install openstack-

[Openstack] Unable to attach Volume

2014-11-13 Thread varun bhatnagar
Hi, I have multinode Openstack Icehouse setup. I am trying to attach a volume of 100GB through cinder service. But I am not able to do that and it is failing. When I checked "/var/log/messages" I got the following error while attaching the volume from the instance. Nov 11 07:22:34 network-Blade3

Re: [Openstack] Unable to execute keystone commands from Network Node

2014-11-13 Thread varun bhatnagar
Hi, Thanks a lot everyone for the help. It was firewall which was preventing this. Turning off firewall worked. Thanks again!! BR, Varun On Wed, Nov 12, 2014 at 11:31 PM, Adam Young wrote: > On 11/12/2014 11:09 AM, varun bhatnagar wrote: > > Hi, > > I am trying to setup a multinode openst

Re: [Openstack] Fwd: Ironic configuration for Baremetal

2014-11-13 Thread Peeyush Gupta
That guide is self-sufficient to follow, just installation and configuration. However, I do agree that installing openstack service by service can be a little clumsy. If you have decided to go with devstack, I would say, start with neutron setup. Devstack guide is targeted to work only with VMs. In

Re: [Openstack] Fwd: Ironic configuration for Baremetal

2014-11-13 Thread aayush.asawa
thank you peeyush, but as that guide says it need nova,horizon,neutron,keystone and other openstack components as pre-requesite so we thought of doing it with devstack. Can you give some more details on how and what exactly to follow. Also we are less in resources.we had a compute node for ope

Re: [Openstack] Fwd: Ironic configuration for Baremetal

2014-11-13 Thread Peeyush Gupta
Hi, The devstack guide is not targeted for physical development. It's developed for test environments and doesn't support physical bare metal installation out of the box, though that doesn't mean you can't tweak it for your use! I would recommend using devstack guide only for testing purposes and