I tried it on Fedora 20 (call this "machine1"), checking out master and using samples/local.conf as my local.conf. It succeeded, so I thought i must be on the right track.
I then tried a fresh Fedora 20 (same image), everything as before but used the neutron config (as described here: https://wiki.openstack.org/wiki/NeutronDevstack) and it failed :( I went back to my original install (machine1) ran unstack.sh and stack.sh again, just for sanity checking that this works. It failed :( Does anyone know how to get a reliable build of devstack using neutron networking? The instructions on devstack's site don't seem to work against master. On Fri, Jun 27, 2014 at 2:57 PM, Andreas Voellmy <[email protected]> wrote: > Thanks again. That config is claimed to be "optional", but I also > configured the settings listed as "minimal configuration". Unfortunately it > still doesn't work! I'm try fedora20, maybe I'll have more luck. > > > On Fri, Jun 27, 2014 at 1:31 PM, [email protected] < > [email protected]> wrote: > >> check: http://devstack.org/configuration.html >> >> Also, the base page http://devstack.org/ >> >> Has multiple steps, and one of those steps is that configuration step. >> >> Bear in mind, getting devstack working is not a completely automatic >> solution at this point. I have yet to see it work without a fair bit of >> googling and tweaks. >> >> G >> >> >> On Fri, Jun 27, 2014 at 10:02 AM, Andreas Voellmy < >> [email protected]> wrote: >> >>> Thanks! >>> >>> I just did the same flow as before, but right after the git checkout of >>> devstack I did: >>> >>> git checkout stable/icehouse >>> >>> I read over >>> https://github.com/openstack-dev/devstack/tree/stable/icehouse, which >>> seems to suggest that this is all I have to do. >>> >>> Unfortunately, exactly the same error seems to occur. >>> >>> Andi >>> >>> >>> >>> >>> On Fri, Jun 27, 2014 at 11:59 AM, [email protected] < >>> [email protected]> wrote: >>> >>>> I think if you take a look at the documentation you'll find that you >>>> should be checking out a specific branch (Icehouse most likely, I think >>>> Juno is still pretty raw) and THEN you need to create a local.conf file for >>>> devstack to work with. >>>> >>>> Give it a re-read and try again. There's definitely gotcha's but it >>>> does work. >>>> >>>> >>>> On Fri, Jun 27, 2014 at 8:23 AM, Andreas Voellmy < >>>> [email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> I am trying to get started with OpenStack by using devstack. >>>>> >>>>> Currently, devstack seems broken. >>>>> >>>>> Here is what I'm doing: >>>>> >>>>> 1. Bring up a new ubuntu 12.04 OS: >>>>> >>>>> vagrant init hashicorp/precise64 >>>>> vagrant up >>>>> vagrant reload >>>>> >>>>> 2. Log in and Setup devstack: >>>>> >>>>> vagrant ssh >>>>> sudo apt-get update >>>>> sudo apt-get install git >>>>> git clone https://github.com/openstack-dev/devstack.git >>>>> cd devstack >>>>> ./stack.sh >>>>> >>>>> This fails. The ./stack.sh output is enormous. It ends with >>>>> >>>>> +++ nova flavor-list >>>>> ERROR (ConnectionError): HTTPConnectionPool(host='10.0.2.15', >>>>> port=8774): Max retries exceeded with url: >>>>> /v2/191228efe8a649d29ad5a7e823f63a15/flavors/detail (Caused by <class >>>>> 'socket.error'>: [Errno 111] Connection refused) >>>>> >>>>> Scrolling up a bit earlier, I see stuff like this: >>>>> >>>>> ++ openstack endpoint show -f value -c publicurl ec2 >>>>> ERROR: cliff.app Authorization Failed: An unexpected error prevented >>>>> the server from fulfilling your request. (OperationalError) (2003, "Can't >>>>> connect to MySQL server on '127.0.0.1' (111)") None None (Disable debug >>>>> mode to suppress these details.) (HTTP 500) >>>>> >>>>> Any ideas what is going wrong? Did I miss a step? >>>>> >>>>> FWIW, info about the OS that vagrant creates: >>>>> $ cat /etc/lsb-release >>>>> DISTRIB_ID=Ubuntu >>>>> DISTRIB_RELEASE=12.04 >>>>> DISTRIB_CODENAME=precise >>>>> DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS" >>>>> >>>>> Thanks, >>>>> Andi >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Mailing list: >>>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>>>> Post to : [email protected] >>>>> Unsubscribe : >>>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>>>> >>>>> >>>> >>> >> >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
