Hi Steve, Is there any issue from the keystone package itself or something wrong with the repository from where I am pulling the packages ?
On Tue, Jan 26, 2016 at 11:00 AM, prabhu <[email protected]> wrote: > Hi Steve, > Thanks for your response. I just followed the installation guide as in > > > http://docs.openstack.org/kilo/install-guide/install/apt/content/keystone-install.html > > Below are the contents from my sources.list file > > *# See http://help.ubuntu.com/community/UpgradeNotes > <http://help.ubuntu.com/community/UpgradeNotes> for how to upgrade to* > > *# newer versions of the distribution.* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty main restricted multiverse* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty main multiverse restricted > universe #Added by software-properties* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty main restricted* > > *## Major bug fix updates produced after the final release of the* > > *## distribution.* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-updates main restricted > multiverse* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-updates main multiverse > restricted universe #Added by software-properties* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-updates main restricted* > > *## Uncomment the following two lines to add software from the 'universe'* > > *## repository.* > > *## N.B. software from this repository is ENTIRELY UNSUPPORTED by the > Ubuntu* > > *## team. Also, please note that software in universe WILL NOT receive any* > > *## review or updates from the Ubuntu security team.* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty universe* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty universe* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-updates universe* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-updates universe* > > > *## N.B. software from this repository may not have been tested as* > > *## extensively as that contained in the main release, although it > includes* > > *## newer versions of some applications which may provide useful features.* > > *## Also, please note that software in backports WILL NOT receive any > review* > > *## or updates from the Ubuntu security team.* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-backports main restricted > multiverse universe* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-backports main restricted > multiverse universe #Added by software-properties* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-backports main restricted* > > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-security main restricted* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-security main multiverse > restricted universe* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-security universe* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-security universe* > > *deb http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-security multiverse* > > *deb-src http://ports.ubuntu.com/ubuntu-ports/ > <http://ports.ubuntu.com/ubuntu-ports/> trusty-security multiverse* > > > And here are the contents from my cloudarchive-kilo.list file > > deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo > main > > On Tue, Jan 26, 2016 at 10:55 AM, Steve Martinelli <[email protected]> > wrote: > >> That is strange, the keystone.server module was added in Kilo. Can you >> give more details about how you installed Keystone? >> >> Steve Martinelli >> Keytone PTL >> >> prabhu <[email protected]> wrote on 2016/01/26 10:51:59 AM: >> >> > From: prabhu <[email protected]> >> > To: [email protected] >> > Date: 2016/01/26 10:59 AM >> > Subject: [Openstack] Keystone Installation >> > >> > Hi All, >> > I am trying to install keystone package and use the newly added HTTP >> > based access. >> > >> > But my HTTP log shows the below message >> > >> > 2013-01-01 11:06:21.671328 mod_wsgi (pid=11845): Attach interpreter ''. >> > 2013-01-01 11:15:09.478179 mod_wsgi (pid=11848, process='keystone- >> > admin', application=''): Loading WSGI script '/var/www/cgi-bin/ >> > keystone/admin'. >> > 2013-01-01 11:15:09.478849 mod_wsgi (pid=11848): Target WSGI script >> > '/var/www/cgi-bin/keystone/admin' cannot be loaded as Python module. >> > 2013-01-01 11:15:09.478875 mod_wsgi (pid=11848): Exception occurred >> > processing WSGI script '/var/www/cgi-bin/keystone/admin'. >> > 2013-01-01 11:15:09.478922 Traceback (most recent call last): >> > 2013-01-01 11:15:09.478968 File "/var/www/cgi-bin/keystone/admin", >> > line 17, in <module> >> > 2013-01-01 11:15:09.479086 from keystone.server import wsgi as >> wsgi_server >> > 2013-01-01 11:15:09.479127 ImportError: No module named server >> > 2013-01-01 11:15:40.056861 mod_wsgi (pid=11847, process='keystone- >> > admin', application=''): Loading WSGI script '/var/www/cgi-bin/ >> > keystone/admin'. >> > 2013-01-01 11:15:40.057486 mod_wsgi (pid=11847): Target WSGI script >> > '/var/www/cgi-bin/keystone/admin' cannot be loaded as Python module. >> > 2013-01-01 11:15:40.057513 mod_wsgi (pid=11847): Exception occurred >> > processing WSGI script '/var/www/cgi-bin/keystone/admin'. >> > 2013-01-01 11:15:40.057559 Traceback (most recent call last): >> > 2013-01-01 11:15:40.057606 File "/var/www/cgi-bin/keystone/admin", >> > line 17, in <module> >> > 2013-01-01 11:15:40.057727 from keystone.server import wsgi as >> wsgi_server >> > 2013-01-01 11:15:40.057794 ImportError: No module named server >> > >> > I am trying to install openstack liberty. I am looking for someone >> > in our community to help me resolve this issue. >> > >> > Thanks in advance. _______________________________________________ >> > Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> > Post to : [email protected] >> > Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
