[Openstack] Share your localrc file for devstack

Marco CONSONNI mcocmo62 at gmail.com
Mon Jul 29 14:10:42 UTC 2013


Hello,

find the localrc I used for downloading and configuring Grizzly at the end
of this message.

Note that:

1) I downloaded devstack (Grizzly edition) some 30 days ago, be careful
because they probably changed QUANTUM to NEUTRON
2) I created /var/log/devstack  and /var/log//logs/screen manually and I
also chmod 777 both manually (777 is "too much" but works).
3) If you want to use the "external" network, you need to make several
configuration steps manually (not reported here).


LOGDIR=/var/log/devstack
LOGFILE=$LOGDIR/stack.sh.log
LOG_COLOR=False
SCREEN_LOGDIR=$LOGDIR/logs/screen

MYSQL_PASSWORD=openstack
RABBIT_PASSWORD=openstack
SERVICE_TOKEN=openstack
SERVICE_PASSWORD=openstack
ADMIN_PASSWORD=openstack

CEILOMETER_BRANCH=stable/grizzly
CINDER_BRANCH=stable/grizzly
GLANCE_BRANCH=stable/grizzly
HORIZON_BRANCH=stable/grizzly
KEYSTONE_BRANCH=stable/grizzly
NOVA_BRANCH=stable/grizzly
QUANTUM_BRANCH=stable/grizzly
SWIFT_BRANCH=stable/grizzly


enable_service  q-svc
enable_service  q-agt
enable_service  q-dhcp
enable_service  q-l3
enable_service  q-meta
enable_service  quantum


enable_service ceilometer
enable_service ceilometer-acompute
enable_service ceilometer-acentral
enable_service ceilometer-collector
enable_service ceilometer-api

enable_service heat
enable_service h-api
enable_service h-api-cnf
enable_service h-api-cw
enable_service h-eng



2013/7/29 Jake G. <dj_dark_junglist at yahoo.com>

> Networking for quantum is still kicking my butt.
>
> Would any devstack users be kind enough to post your localrc network
> settings here?
>
> I am using a allinone devstack node.
>
> Thank you!
>
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130729/6d9e19e1/attachment.html>


More information about the Openstack mailing list