← Back to team overview

openstack team mailing list archive

Re: Trying to set up Quantum in Devstack

 

Thanks to all who responded. Was doing some tempest fixups that required a non-Quantum env yesterday, but I will get on with the proposed fixes to this today.

All the best,
jay

On 06/04/2012 01:04 PM, Dan Wendlandt wrote:


On Mon, Jun 4, 2012 at 9:30 AM, Takahiro Shida <shida@xxxxxxxxxxxxxxxxx
<mailto:shida@xxxxxxxxxxxxxxxxx>> wrote:

    Hi jay,

    I think, 'quantum' in ENABLED_SERVICES means quantum client.


This is close, but not completely correct. 'quantum' actually refers to
installing the quantum python server and client libraries and binaries,
without running any of the binaries.  This can be useful if, for
example, you have a host that needs to have the quantum client library
installed, but will not actually be running the quantum service (q-svc)
or a quantum agent (q-agt).  However, the name is confusing, so perhaps
we should change it.

    So, you should add the q-svc in localrc.

    ENABLED_SERVICES+=ENABLED___SERVICES,tempest,quantum,q-svc


Yes, and if you're doing a single-node setup where nova is running on
the same host, you'll want q-agt as well.

Dan


    Best Regards,
    - Takahiro Shida


    (2012/06/05 1:14), Jay Pipes wrote:

        Hey Stackers,

        Trying to get Tempest + Quantum functional integrationt tests
        running locally and am running into some issues. Hoping to get
        some assistance.

        I added this to my localrc:

        ENABLED_SERVICES+=ENABLED___SERVICES,tempest,quantum

        Cleared my /opt/stack to get a fully fresh pull of all services
        in devstack, but when I run stack.sh, I get the following:

        http://paste.openstack.org/__show/18331/
        <http://paste.openstack.org/show/18331/>

        Is this just a simple configuration issue I've messed up? Any
        help appreciated!

        best,
        -jay

        _________________________________________________
        Mailing list: https://launchpad.net/~__openstack
        <https://launchpad.net/~openstack>
        Post to     : openstack@xxxxxxxxxxxxxxxxxxx
        <mailto:openstack@xxxxxxxxxxxxxxxxxxx>
        Unsubscribe : https://launchpad.net/~__openstack
        <https://launchpad.net/~openstack>
        More help   : https://help.launchpad.net/__ListHelp
        <https://help.launchpad.net/ListHelp>



    _________________________________________________
    Mailing list: https://launchpad.net/~__openstack
    <https://launchpad.net/~openstack>
    Post to     : openstack@xxxxxxxxxxxxxxxxxxx
    <mailto:openstack@xxxxxxxxxxxxxxxxxxx>
    Unsubscribe : https://launchpad.net/~__openstack
    <https://launchpad.net/~openstack>
    More help   : https://help.launchpad.net/__ListHelp
    <https://help.launchpad.net/ListHelp>




--
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com <http://www.nicira.com>
twitter: danwendlandt
~~~~~~~~~~~~~~~~~~~~~~~~~~~



_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


References