<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Per Daniel P. Berange  to use Horizon<br><pre>   # yum -y install nodejs</pre>
<pre>   # systemctl restart httpd.service</pre>________________________________________________________________________________________________________________________<br><div>From: bderzhavets@hotmail.com<br>To: lars@redhat.com<br>Date: Mon, 23 Mar 2015 04:42:05 -0400<br>CC: rdo-list@redhat.com<br>Subject: [Rdo-list] Set up the most recent Nova Docker Driver via Devstack  on Fedora 21<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr"> yum -y install git docker-io fedora-repos-rawhide<br> yum --enablerepo=rawhide install python-six  python-pip python-pbr systemd<br> yum - y install gcc python-devel  ( required for driver build )<br><br> $ git clone http://github.com/stackforge/nova-docker.git<br> $ cd nova-docker<br> $ sudo pip install .  <br><br> To raise to 1.9 version of  python-six dropped to 1.2 during driver's build <br><br> yum --enablerepo=rawhide reinstall python-six<br><br> Run devstack with Lars's local.conf <br> per  <a href="http://blog.oddbit.com/2015/02/11/installing-novadocker-with-devstack/" target="_blank">http://blog.oddbit.com/2015/02/11/installing-novadocker-with-devstack/</a><br><br><br> service iptables save - refuse to work<br><br> Just disabling firewalld <br><br> systemctl stop firewalld<br> systemtcl disable firewalld<br><br>$ cd dev*<br>$ . openrc demo  <br><br>$ neutron security-group-rule-create --protocol icmp \<br>  --direction ingress --remote-ip-prefix 0.0.0.0/0 default<br><br>$ neutron security-group-rule-create --protocol tcp \<br>  --port-range-min 22 --port-range-max 22 \<br>  --direction ingress --remote-ip-prefix 0.0.0.0/0 default<br><br>$ neutron security-group-rule-create --protocol tcp \<br>  --port-range-min 80 --port-range-max 80 \<br>  --direction ingress --remote-ip-prefix 0.0.0.0/0 default<br> <br><br># iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE<br><br>Horizon is unavailable , regardless installed<br><br>Snapshots here <a href="http://bderzhavets.blogspot.ru/2015/03/testing-most-recent-nova-docker-driver.html" target="_blank">http://bderzhavets.blogspot.com/2015/03/testing-most-recent-nova-docker-driver.html</a><br><br>Boris.<br> <br><br><div><br></div>                                    </div>
<br>_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list

To unsubscribe: rdo-list-unsubscribe@redhat.com</div>                                       </div></body>
</html>