[openstack-dev] [OpenStack-Dev][DevStack][Neutron] facing problem in devstack install - No Network found for private

nidhi.hada at wipro.com nidhi.hada at wipro.com
Wed Jan 18 06:59:38 UTC 2017


Hi All,


I was trying to install latest Newton version of OpenStack using devstack on my laptop, all in one machine,

using Virtualbox VM. Lately i have been facing same problem in last few tries and installation doesn't get successful.


My VM network adapter configuration is as below.


Adapter1

[cid:54a7c66e-9e6f-4055-a94f-5aa11618ef80]




and 2nd adapter is as

Adapter2



[cid:06ff39dc-7d06-4f1b-b6a1-ff010eb5b7bb]


Thats detail of Host Only Networking


[cid:22b4eecd-236c-4128-be76-ffd4f52e1194]




[cid:1b8cdea7-cc0d-4b1d-aacd-265b686e645d]



Thats my local.conf for devstack


http://paste.openstack.org/show/595313/



excerpt is

FIXED_RANGE=10.11.12.0/24

NETWORK_GATEWAY=10.11.12.1
FIXED_NETWORK_SIZE=256

FLOATING_RANGE=10.0.2.0/24
Q_FLOATING_ALLOCATION_POOL=start=10.0.2.104,end=10.0.2.111
PUBLIC_NETWORK_GATEWAY=10.0.2.1
HOST_IP=10.0.2.15

PUBLIC_INTERFACE=eth0



Thats ubuntu version on VM
stack at ubuntu:~/devstack$ lsb_release -d
Description: Ubuntu 14.04.5 LTS
stack at ubuntu:~/devstack$


Thats my machine's network interfaces file

stack at ubuntu:~/devstack$ cat /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
address 192.168.56.150
netmask 255.255.255.0

auto eth0
iface eth0 inet dhcp
stack at ubuntu:~/devstack$



Error I am facing is


http://paste.openstack.org/show/595315/


Excerpt is


2017-01-18 06:29:55.396 | +++ /opt/stack/manila/devstack/plugin.sh:create_service_share_servers:287 :   openstack network show private -f value -c id
2017-01-18 06:29:56.778 | ResourceNotFound: No Network found for private
2017-01-18 06:29:56.805 | ++ /opt/stack/manila/devstack/plugin.sh:create_service_share_servers:287 :   private_net_id=
2017-01-18 06:29:56.807 | + /opt/stack/manila/devstack/plugin.sh:create_service_share_servers:1 :   exit_trap
2017-01-18 06:29:56.809 | + ./stack.sh:exit_trap:487                 :   local r=1
2017-01-18 06:29:56.815 | ++ ./stack.sh:exit_trap:488                 :   jobs -p
2017-01-18 06:29:56.817 | + ./stack.sh:exit_trap:488                 :   jobs=
2017-01-18 06:29:56.819 | + ./stack.sh:exit_trap:491                 :   [[ -n '' ]]
2017-01-18 06:29:56.821 | + ./stack.sh:exit_trap:497                 :   kill_spinner
2017-01-18 06:29:56.823 | + ./stack.sh:kill_spinner:383              :   '[' '!' -z '' ']'
2017-01-18 06:29:56.824 | + ./stack.sh:exit_trap:499                 :   [[ 1 -ne 0 ]]
2017-01-18 06:29:56.826 | + ./stack.sh:exit_trap:500                 :   echo 'Error on exit'
2017-01-18 06:29:56.826 | Error on exit
2017-01-18 06:29:56.828 | + ./stack.sh:exit_trap:501                 :   generate-subunit 1484720095 901 fail
2017-01-18 06:29:57.844 | + ./stack.sh:exit_trap:502                 :   [[ -z /opt/stack/logs ]]
2017-01-18 06:29:57.846 | + ./stack.sh:exit_trap:505                 :   /home/stack/devstack/tools/worlddump.py -d /opt/stack/logs
2017-01-18 06:30:03.325 | + ./stack.sh:exit_trap:511                 :   exit 1



Devstack does not scucceed at all i have tried couple of times.


Can someone help in pointing what mistake i am making that private network is not getting created.

I do not need to use generic driver for manila share at all i can skip that option also.


Any kind of input will be really helpful.


Thanks

Nidhi















The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170118/cd38796d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 54396 bytes
Desc: pastedImage.png
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170118/cd38796d/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 52294 bytes
Desc: pastedImage.png
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170118/cd38796d/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 23883 bytes
Desc: pastedImage.png
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170118/cd38796d/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 22852 bytes
Desc: pastedImage.png
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170118/cd38796d/attachment-0003.png>


More information about the OpenStack-dev mailing list