<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">Hi team</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">I am using -</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">Redhat 6.4 64-bit</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">RDO -> rdo-release-grizzly-3.noarch</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">I installed RDO grizzly on my desktop and I am able to login to the dashboard. Also I am able to create Vm's and login into the VM's.</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">I tried to install Savanna following guidelines given on  - <a href="https://savanna.readthedocs.org/en/latest/userdoc/installation.guide.html">https://savanna.readthedocs.org/en/latest/userdoc/installation.guide.html</a></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "><br></div><div><font face="Calibri,sans-serif">I</font><span style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "> completed the steps given in -  "</span><span style="background-color: rgb(255, 255, 255); color: rgb(38, 77, 105); font-family: 'PT Sans', sans-serif; font-size: 22px; ">To install into a virtual environment"</span></div><div><font face="Calibri,sans-serif">I</font><font face="Calibri,sans-serif"> am able to see the "SAVANNA" tab in Openstack dashboard, but when I click the savanna tab I am getting error saying "</font><span style="background-color: rgb(255, 255, 255); font-family: Times; text-align: center; "><font color="#ff0000">Something went wrong!</font></span><span style="font-family: Calibri, sans-serif; ">"</span></div><div><span style="background-color: rgb(255, 255, 255); color: rgb(85, 85, 85); font-size: 1.1em; line-height: 1.2em; "><br></span></div><div><br></div><div>Following are my logs -</div><div>------------------------------</div><div><div><span style="background-color: rgb(255, 255, 0);">tail -f /var/log/keystone/keystone.log</span></div><div> </div><div>2013-09-20 17:22:08  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:22:57  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:23:46  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:24:35  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:26:19  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:27:08  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:27:57  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:28:46  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:29:35  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div><div>2013-09-20 17:30:42  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 127.0.0.1</div><div>2013-09-20 17:31:19  WARNING [keystone.common.wsgi] Authorization failed. The request you have made requires authentication. from 172.26.35.81</div></div><div><br></div><div>------------------------------</div><div><span style="background-color: rgb(255, 255, 0);">tail -f /var/log/savanna.log</span></div><div><br></div><div><div><span style="font-size: 10px;">2013-09-20 17:32:03.721 31415 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py:445</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.721 31415 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py:503</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 WARNING keystoneclient.middleware.auth_token [-] Unexpected response from keystone service: {u'error': {u'message': u'The request you have made requires authentication.', u'code': 401, u'title': u'Not Authorized'}}</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 DEBUG keystoneclient.middleware.auth_token [-] Token validation failure. _validate_user_token /root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py:704</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token Traceback (most recent call last):</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token   File "/root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py", line 699, in _validate_user_token</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token     data = self.verify_uuid_token(user_token, retry)</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token   File "/root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py", line 995, in verify_uuid_token</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token     headers = {'X-Auth-Token': self.get_admin_token()}</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token   File "/root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py", line 554, in get_admin_token</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token     self.admin_token_expiry) = self._request_admin_token()</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token   File "/root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py", line 674, in _request_admin_token</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token     raise ServiceError('invalid json response')</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token ServiceError: invalid json response</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.767 31415 TRACE keystoneclient.middleware.auth_token </span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.768 31415 DEBUG keystoneclient.middleware.auth_token [-] Marking token bc895966e9bab6912fdb7befb4e99590 as unauthorized in memcache _cache_store_invalid /root/savanna-venv/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py:965</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.768 31415 WARNING keystoneclient.middleware.auth_token [-] Authorization failed for token bc895966e9bab6912fdb7befb4e99590</span></div><div><span style="font-size: 10px;">2013-09-20 17:32:03.769 31415 INFO keystoneclient.middleware.auth_token [-] Invalid user token - rejecting request</span></div></div><div>------------------------------</div><div><br></div><div><div><span style="background-color: rgb(255, 255, 10);">[root@openstack ]# cat /root/savanna-venv/etc/savanna.conf </span></div><div><span style="font-size: 10px;">[DEFAULT]</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"># REST API config</span></div><div><span style="font-size: 10px;">port=8386</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"># Address and credentials that will be used to check auth tokens</span></div><div><span style="font-size: 10px;">os_auth_host=172.26.35.81</span></div><div><span style="font-size: 10px;">os_auth_port=35357</span></div><div><span style="font-size: 10px;">os_admin_username=admin</span></div><div><span style="font-size: 10px;">os_admin_password=openstack</span></div><div><span style="font-size: 10px;">os_admin_tenant_name=admin</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"># When set to false, Savanna uses only internal IP of VMs.</span></div><div><span style="font-size: 10px;"># When set to true, Savanna expects OpenStack to auto-</span></div><div><span style="font-size: 10px;"># assign floating IPs to cluster nodes. Internal IPs will</span></div><div><span style="font-size: 10px;"># be used for inter-cluster communication, while floating</span></div><div><span style="font-size: 10px;"># ones will be used by Savanna to configure nodes. Also</span></div><div><span style="font-size: 10px;"># floating IPs will be exposed in service URLs.</span></div><div><span style="font-size: 10px;">#use_floating_ips=True</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"># The suffix of the node's FQDN. In nova-network that is</span></div><div><span style="font-size: 10px;"># dhcp_domain config parameter (string value)</span></div><div><span style="font-size: 10px;">#node_domain=novalocal</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"># List of plugins to be loaded. Savanna preserves the order of</span></div><div><span style="font-size: 10px;"># the list when returning it. (list value)</span></div><div><span style="font-size: 10px;">plugins=vanilla,hdp</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;">[plugin:vanilla]</span></div><div><span style="font-size: 10px;">plugin_class=savanna.plugins.vanilla.plugin:VanillaProvider</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;">[plugin:hdp]</span></div><div><span style="font-size: 10px;">plugin_class=savanna.plugins.hdp.ambariplugin:AmbariPlugin</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;">[database]</span></div><div><span style="font-size: 10px;"><br></span></div><div><span style="font-size: 10px;"># URL for sqlalchemy database (string value)</span></div><div><span style="font-size: 10px;">connection=sqlite:////tmp/savanna-server.db</span></div><div><span style="font-size: 10px;"><br></span></div><div>------------------------------</div><div><br></div><div><div>[root@openstack]# cat <span style="background-color: rgb(255, 255, 10);">/root/keystonerc_admin </span></div><div>export OS_USERNAME=admin</div><div>export OS_TENANT_NAME=admin</div><div>export OS_PASSWORD=openstack</div><div>export OS_AUTH_URL=http://172.26.35.81:35357/v2.0/</div><div>export PS1='[\u@\h \W(keystone_admin)]\$ '</div><div>[root@openstack ]# </div></div><div>-------------------------------------------------------------------------------------------</div></div><div><br></div><div>Can you please guide me where it is gng wrong ?</div><div><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><b><span style="font-size: 14pt; font-family: 'Monotype Corsiva'; color: rgb(31, 73, 125); "><br></span></b></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><b><span style="font-size: 14pt; font-family: 'Monotype Corsiva'; color: rgb(31, 73, 125); "><br></span></b></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><b><span style="font-size: 14pt; font-family: 'Monotype Corsiva'; color: rgb(31, 73, 125); ">Sagar Shimpi</span></b><b><span style="font-size: 14pt; font-family: 'Monotype Corsiva'; color: rgb(31, 73, 125); "><o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><b><span style="font-size: 9pt; color: rgb(31, 73, 125); ">Expedia India<o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 3pt 0in 0.0001pt; font-size: 11pt; "><b><span lang="EN-GB" style="font-size: 9pt; color: rgb(31, 73, 125); ">22nd Floor, DLF Building 5C, DLF Cyber City Phase III Gurgaon 122002, Haryana India<o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 3pt 0in 0.0001pt; font-size: 11pt; "><b><span lang="EN-GB" style="font-size: 9pt; color: rgb(31, 73, 125); ">DDI: 0124 6170828 | Mobile: <span lang="EN-US"><a href="tel:%2B91%2098738%2039565" target="_blank" style="color: purple; ">+91 </a>8800911665</span><br>E-mail:  <a href="mailto:tlodha@expedia.com" target="_blank" style="color: purple; "><span lang="EN-US" style="color: rgb(31, 73, 125); text-decoration: none; ">sshimpi@expedia.com</span></a><o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><a href="http://www.expediajobs.com/" target="_blank" style="color: purple; "><span style="color: rgb(31, 73, 125); text-decoration: none; "><img border="0" width="30" height="30" id="Picture_x0020_8" src="cid:C550160C-7357-49B1-B1EB-4908C4313442" alt="Description: Description: Description: expedia" type="image/png"></span></a><a href="http://twitter.com/expedia_jobs" target="_blank" style="color: purple; "><span style="color: rgb(31, 73, 125); text-decoration: none; "><img border="0" width="30" height="31" id="Picture_x0020_7" src="cid:EAE35D86-53BE-4F11-84D8-A785E02960AF" alt="Description: Description: Description: tw" type="image/png"></span></a><a href="http://www.facebook.com/expedia" target="_blank" style="color: purple; "><span style="color: rgb(31, 73, 125); text-decoration: none; "><img border="0" width="29" height="29" id="Picture_x0020_6" src="cid:F65E3D87-1826-4FB0-B7BB-6FFE7CB336DB" alt="Description: Description: Description: facebook_icons" type="image/png"></span></a><a href="http://www.youtube.com/watch?v=BYvroQMbWBk" target="_blank" style="color: purple; "><span style="color: rgb(31, 73, 125); text-decoration: none; "><img border="0" width="31" height="30" id="Picture_x0020_5" src="cid:75A13A2F-1F3B-4542-ABD7-C96E58EAD311" alt="Description: Description: Description: yt" type="image/png"></span></a><span style="color: rgb(31, 73, 125); "><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><span lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: rgb(31, 73, 125); ">Please consider the environment before printing this e-mail</span></p></div></body></html>