On 07/10/14 18:16, Mark Kirkwood wrote:

For your first attempt you can probably make a simple set of changes to
local.conf and just run the stack setup:

$ cd devstack
$ vi local.conf
$ cat local.conf
[[local|localrc]]
ADMIN_PASSWORD=password
MYSQL_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=tokentoken
ENABLED_SERVICES+=,-n-net
ENABLED_SERVICES+=,-n-obj
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta
ENABLED_SERVICES+=,-n-novnc,-n-xvnc
SWIFT_HASH=12go358snjw24501
LOGFILE=$DEST/logs/stack.sh.log
VERBOSE=True
SCREEN_LOGDIR=$DEST/logs/screen



Sorry,

I had all manner of other things in there too (swift/trove) and tried to edit them out - but unfortunately left some bits in :-|

The essential things to change to get Neutron are:

ENABLED_SERVICES+=,-n-net               # disable nova net
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta # enable neutrom aka quantum

Cheers

Mark

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to