<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: New HP Van 2.3.5 install: script to configure keystone tenant fails in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654580#M540</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gerhard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, I'll try another install with Ubuntu 12.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, I tried a fresh install (still Ubuntu 14) and the tenant script (step 2.2.2 in the guide) does work if run after installing the controller (step 2.3 in the guide).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2014 20:20:24 GMT</pubDate>
    <dc:creator>panluowei</dc:creator>
    <dc:date>2014-10-23T20:20:24Z</dc:date>
    <item>
      <title>New HP Van 2.3.5 install: script to configure keystone tenant fails</title>
      <link>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654506#M538</link>
      <description>&lt;P&gt;When following the installation guide for a new HP VAN 2.3.5 install...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the script from section 3.3, the tenant create command fails as demostrated below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# tenant=$(curl --header "X-AUTH-Token:ADMIN" --header "Content-Type:application/json" -ksS --data-binary {"tenant":{"name":"sdn"}} "&lt;A href="http://127.0.0.1:35357/v2.0/tenants&amp;quot;)" target="_blank"&gt;http://127.0.0.1:35357/v2.0/tenants")&lt;/A&gt;&lt;/P&gt;&lt;P&gt;# echo $tenant&lt;/P&gt;&lt;P&gt;{"error": {"message": "Expecting to find valid JSON in request body. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.", "code": 400, "title": "Bad Request"}}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;BTW, you don't see the error without troubleshooting. The rest of the install works as described. You won't realize there is an error until you try to log in to the SDN Controller Console - you will always get "invalid user &amp;amp; password combination specified!"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This install was on a fresh Unbuntu 14.04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654506#M538</guid>
      <dc:creator>panluowei</dc:creator>
      <dc:date>2014-10-23T18:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: New HP Van 2.3.5 install: script to configure keystone tenant fails</title>
      <link>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654520#M539</link>
      <description>&lt;P&gt;Hi Panluowei&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Item 1 : The controller currently only support Ubuntu 12.04 LTS. Please be sure to use this version and not 14.04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Item 2: You most likely have an http proxy configure check the output of the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put the commands inline with a smaple output and made the commands &lt;STRONG&gt;bold&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;stack@ubuntu:~/devstack$ &lt;STRONG&gt;env | grep http_proxy&lt;/STRONG&gt;&lt;BR /&gt;http_proxy=&lt;A href="http://my-proxy.gpr.local:8088" target="_blank"&gt;http://my-proxy.gpr.local:8088&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;stack@ubuntu:~/devstack$&lt;STRONG&gt; unset http_proxy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;stack@ubuntu:~/devstack$ &lt;STRONG&gt;env | grep http_proxy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you should be able to run the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;&amp;nbsp;HP SDN TEAM&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654520#M539</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2014-10-23T18:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: New HP Van 2.3.5 install: script to configure keystone tenant fails</title>
      <link>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654580#M540</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gerhard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, I'll try another install with Ubuntu 12.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, I tried a fresh install (still Ubuntu 14) and the tenant script (step 2.2.2 in the guide) does work if run after installing the controller (step 2.3 in the guide).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 20:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6654580#M540</guid>
      <dc:creator>panluowei</dc:creator>
      <dc:date>2014-10-23T20:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: New HP Van 2.3.5 install: script to configure keystone tenant fails</title>
      <link>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6658636#M549</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed the VANN SDN Controller in September and remember that the script failed at my first try. I figured out that if you use the example from the Installation Guide by copy and paste there are some syntax problems. After correction the script run without any problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have appended this file for you...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed on a Ubuntu Server&amp;nbsp;ubuntu-12.04.3-server-amd64.iso&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/new-hp-van-2-3-5-install-script-to-configure-keystone-tenant/m-p/6658636#M549</guid>
      <dc:creator>Andreas Waldherr</dc:creator>
      <dc:date>2014-10-29T10:17:45Z</dc:date>
    </item>
  </channel>
</rss>

