Is there a reason you're using a very old version of devstack? I would be more than a little surprised if that worked (especially since the quantum->neutron change didn't happen until Havana, which is probably the issue here).
-Ben On 2013-11-06 04:44, Kanika Saklani wrote: > Hi All, > > i am new to openstack. i installed the openstack in x86 for that i do the > following step to download and install the grizzly as follows:- > > * $ wget https://github.com/openstack-dev/devstack/archive/stable/grizzly.zip > [3] > * $unzip grizzly.zip > * $cd devstack-stable-grizzly > > in this directory devstack-stable-grizzly i made a localrc where i did the > following configuration:- > > * $ vim localrc > > disable_service n-net > enable_service q-svc > enable_service q-dhcp > enable_service neutron > enable_service bigswitch_floodlight > Q_PLUGIN=bigswitch_floodlight > Q_USE_NAMESPACE=False > NOVA_USE_NEUTRON_API=v2 > SCHEDULER=nova.scheduler.simple.SimpleScheduler > MYSQL_PASSWORD=<password> > RABBIT_PASSWORD=<password> > ADMIN_PASSWORD=<password> > SERVICE_PASSWORD=<password> > SERVICE_TOKEN=tokentoken > DEST=/opt/stack > SCREEN_LOGDIR=$DEST/logs/screen > SYSLOG=True > #IP:Port for the BSN controller > #if more than one, separate with commas > BS_FL_CONTROLLERS_PORT=<ip_address:port> > BS_FL_CONTROLLER_TIMEOUT=10 > > > Then after that i run the openvswitch-1.11.0 by this command:- > > * $ cd openvswitch-1.11.0/utilitie > * $./ovs-ctl start > > After that i run the following command in the directory > devstack-stable-grizzly > > * $ ./stack.sh > > then i get this message:- > > HORIZON IS NOW AVAILABLE AT HTTP://192.168.6.122/ [4] > KEYSTONE IS SERVING AT HTTP://192.168.6.122:5000/V2.0/ [5] > EXAMPLES ON USING NOVACLIENT COMMAND LINE IS IN EXERCISE.SH > THE DEFAULT USERS ARE: ADMIN AND DEMO > THE PASSWORD: KANIKA > THIS IS YOUR HOST IP: 192.168.6.122 STACK.SH COMPLETED IN 490 SECONDS. > > i also get a login window of open stack then i login with admin & password > kanika. > > As i see the demo of grizzly in youtube the link are > (https://www.youtube.com/watch?v=p4eW78gHfCg [1] ) they are doing the > following steps:- > > step1:- they have created the volume first of 5GB space i also did the same. > > i have attaching the screen shot for this > > Step2:- then they have done the router configuration, here i got stucked, I > am unable to create router > > I am attaching the screen shot for this as well > > can you please look into my issue as suggest me how can i get out of this. > > looking forward for your positive reply. > > -- > Regards > Kanika > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev [2] Links: ------ [1] https://www.youtube.com/watch?v=p4eW78gHfCg [2] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev [3] https://github.com/openstack-dev/devstack/archive/stable/grizzly.zip [4] http://192.168.6.122/ [5] http://192.168.6.122:5000/v2.0/
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev