First time here? Check out the FAQ!
2016-08-03 12:41:49 -0600 | received badge | ● Famous Question (source) |
2016-04-15 09:13:51 -0600 | received badge | ● Famous Question (source) |
2015-10-05 16:20:56 -0600 | received badge | ● Notable Question (source) |
2015-10-05 11:49:59 -0600 | commented question | Not able to populate keystone DB Thank you for reply. I have downloaded the package from the internet http://rpm.pbone.net/index.php3/stat/... and then run the command su -s /bin/sh -c "keystone-manage db_sync" keystone, Now I am able to populate the database |
2015-10-05 00:35:28 -0600 | commented question | Not able to populate keystone DB Thanks for reply. I will install using pip and let you know |
2015-10-05 00:34:53 -0600 | received badge | ● Popular Question (source) |
2015-10-02 12:41:25 -0600 | asked a question | Not able to populate keystone DB I have installed rhel 7.1 on physical machine. When I run the command su -s /bin/sh -c "keystone-manage db_sync" keystone, Getting following error Can someone help me? |
2015-10-02 12:00:08 -0600 | received badge | ● Notable Question (source) |
2015-10-02 11:59:39 -0600 | received badge | ● Self-Learner (source) |
2015-10-02 11:59:39 -0600 | received badge | ● Teacher (source) |
2015-10-02 11:36:56 -0600 | commented answer | Unable to install keystone packageI I have observed that the package python-zope-interface-4.0.5-4.el7.x86_64.rpm was missing . I downloaded from the link http://www.rpmfind.net/linux/rpm2html/search.php?query=python-zope-interface&submit=Search+...&system=centos&arch= (http://www.rpmfind.net/linux/rpm2html...) , and installed, the issue got resolved |
2015-10-02 10:00:13 -0600 | received badge | ● Popular Question (source) |
2015-10-02 08:33:31 -0600 | answered a question | Unable to install keystone packageI I have downloaded the package from internet and now the error got reduced --> Finished Dependency Resolution Error: Package: python-pysaml2-3.0.0-1.el7.noarch (openstack-kilo) Requires: python-zope-interface Error: Package: python-repoze-who-2.1-1.el7.noarch (epel) Requires: python-zope-interface You could try using --skip-broken to work around the problem ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows: python-webob-1.2.3-8.el6.noarch has missing requires of python(abi) = ('0', '2.6', None) [root@controller ~]# yum list python-webob Loaded plugins: langpacks, product-id, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Installed Packages python-webob.noarch 1.2.3-8.el6 installed [root@controller ~]# |
2015-10-01 13:34:52 -0600 | asked a question | Unable to install keystone packageI I have installed rhel 7.1 on the controller node. When I tried to install keystone packages , It gives below error I also tried to run yum install command using --skip-broken but it did not help I research on this and found the that add exclude=python* in base redhat and rhel repo so that it will install new version of python. I have downloaded the package from internet and now the error got reduced |