yum install centos-release-openstack-newton yum upgrade yum install python-openstackclient memcached
yum install openstack-dashboard
/etc/openstack-dashboard/local_settings
ALLOWED_HOSTS = ['*']
systemctl restart httpd.service memcached.service
URL: /openstack-horizon/
sunbeam dashboard-url
sunbeam openrc
sudo socat -v tcp-listen:80,fork tcp:10.20.21.12:80
yum install openstack-keystone python-keystoneclient
sudo apt install keystone enable provider = fernet in /etc/keystone/keystone.conf su -s /bin/sh -c "keystone-manage db_sync" keystone keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone keystone-manage credential_setup --keystone-user keystone --keystone-group keystone keystone-manage bootstrap --bootstrap-password ADMIN_PASS --bootstrap-admin-url http://controller:35357/v3/ --bootstrap-internal-url http://controller:5000/v3/ --bootstrap-public-url http://controller:5000/v3/ --bootstrap-region-id RegionOne
Web front end to the other OpenStack services
Swift is conceptually similar to Amazon S3
Image (Glance) can store the actual virtual disk files in the Object Store(Swift)
Glance provides many of the same features as Amazon’s AMI catalog
Create or destroy XEN, KVM, VMware, LXC, OpenVZ machines
Nova is conceptually similar to Amazon EC2
Keystone is an OpenStack service that provides API client authentication, service discovery.
Provides virtual networking for Compute
Provides storage volumes for Compute
Cinder provides block services similar to Amazon Elastic Block Storage