AJ NOURI
AJ NOURI
Hi @ehlers I've tested SLAAC (auto) with gns3/endhost and webterm and the host could get an IP form RS/RA Indeed, DHCPv6 doesn't work, I thought about testing packages like dibbler-client...
Hi @grossmj Here some additional tests I performed with different configurations. https://gns3.com/news/article/bandwidth-analysis-in-gns3
I've collected the result of some commands hopping to have better view of the big picture. ### Identity version 2.0 (http://X.X.223.25:5000/v2.0)  NOK = Could not determine a suitable URL...
[Knowing that](http://docs.openstack.org/developer/keystone/configuration.html#adding-users-projects-and-roles-via-command-line-interfaces): - openstack unified API supports both v3 and v2 for backwards compatibility. - python-keystoneclient only supports the Identity v2.0 API -This explains why keystone client doesn't work with...
[https://github.com/AJNOURI/ajnouri.github.io/blob/master/coa/index.html](https://github.com/AJNOURI/ajnouri.github.io/blob/master/coa/index.html) The page is accessible here [https://ajnouri.github.io/coa/](https://ajnouri.github.io/coa/)
With curl REST API query, I should have used **POST** request not **PUT** `curl -X PUT` not `curl -X POST`
Openstack host uses NAT (192.168.149.0/24) interface, supposed to be used for Openstack management instead of br-ex interface (192.168.0.150) bridged to external network 192.168.0.0/24: `[root@devstack1 ~]# ip r` > default via...
Related to issue https://github.com/AJNOURI/COA/issues/7 The demo/account and role were created under the **old admin** Solved the issue partially from the CLI standpoint, by deleteing and re-creating demo user, account and...
root@controller:/home/ajn#`tail /var/log/apache2/error.log` > [Thu Oct 20 23:44:49.756116 2016] [:error] [pid 8646:tid 139712725325568] RESP HEADERS: [('date', 'Thu, 20 Oct 2016 23:44:49 GMT'), ('content-length', '73'), ('content-type', 'text/html; charset=UTF-8'), ('x-trans-id', 'tx975635b8d06c40d7a6626-00580956f1')] > [Thu...
Same process works fine with Ubuntu xenial image: [root@devstack1 ~(keystone_admin)]#`ssh -i mykey2.pem [email protected]` > Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-83-generic x86_64) > > * Documentation: https://help.ubuntu.com > * Management:...