didn't work as expected (it got stuck for a long time and I'd to reboot the controller).
One issue which I'd to deal with was the dependency with some Ceph packages:
Error: centos-release-ceph-jewel conflicts with centos-release-ceph-hammer-1.0-5.el7.centos.noarch
(I'd to erase the Mitaka rpm and disable the Ceph repo and first after that the yum install -y centos-release-openstack-ocata worked)
[root@controller~(keystone_admin)]# openstack-status
== Nova services ==
openstack-nova-api: activating
openstack-nova-compute: inactive (disabled on boot)
openstack-nova-network: inactive (disabled on boot)
openstack-nova-scheduler: activating
openstack-nova-cert: activating
openstack-nova-conductor: activating
openstack-nova-console: inactive (disabled on boot)
openstack-nova-consoleauth: activating
openstack-nova-xvpvncproxy: inactive (disabled on boot)
== Glance services ==
openstack-glance-api: active
openstack-glance-registry: active
== Keystone service ==
openstack-keystone: inactive (disabled on boot)
== Horizon service ==
openstack-dashboard: 301
== neutron services ==
neutron-server: active
neutron-dhcp-agent: active
neutron-l3-agent: active
neutron-metadata-agent: active
neutron-openvswitch-agent: active
neutron-metering-agent: active
== Cinder services ==
openstack-cinder-api: active
openstack-cinder-scheduler: inactive
openstack-cinder-volume: active
openstack-cinder-backup: active
== Ceilometer services ==
openstack-ceilometer-api: inactive (disabled on boot)
openstack-ceilometer-central: active
openstack-ceilometer-compute: inactive (disabled on boot)
openstack-ceilometer-collector: active
openstack-ceilometer-notification: active
== Heat services ==
openstack-heat-api: active
openstack-heat-api-cfn: inactive (disabled on boot)
openstack-heat-api-cloudwatch: inactive (disabled on boot)
openstack-heat-engine: inactive
== Support services ==
mariadb: active
openvswitch: active
dbus: active
target: active
rabbitmq-server: active
memcached: active
== Keystone users ==
Traceback (most recent call last):
File "/usr/bin/keystone", line 6, in <module>
from keystoneclient.shell import main
File "/usr/lib/python2.7/site-packages/keystoneclient/shell.py", line 32, in <module>
from keystoneclient.contrib.bootstrap import shell as shell_bootstrap
File "/usr/lib/python2.7/site-packages/keystoneclient/contrib/bootstrap/shell.py", line 17, in <module>
@utils.arg('--user-name', metavar='<user-name>', default='admin', dest='user',
AttributeError: 'module' object has no attribute 'arg'
== Glance images ==
Internal Server Error (HTTP 500)
== Nova managed services ==
No handlers could be found for logger "keystoneauth.identity.generic.base"
ERROR (InternalServerError): Internal Server Error (HTTP 500)
== Nova networks ==
No handlers could be found for logger "keystoneauth.identity.generic.base"
ERROR (InternalServerError): Internal Server Error (HTTP 500)
== Nova instance flavors ==
No handlers could be found for logger "keystoneauth.identity.generic.base"
ERROR (InternalServerError): Internal Server Error (HTTP 500)
== Nova instances ==
No handlers could be found for logger "keystoneauth.identity.generic.base"
ERROR (InternalServerError): Internal Server Error (HTTP 500)