

- #Ubuntu 14.04.2 server download install
- #Ubuntu 14.04.2 server download update
- #Ubuntu 14.04.2 server download upgrade
- #Ubuntu 14.04.2 server download password
Offline upgrade options via alternate CDs are no longer offered for Ubuntu Desktop and Ubuntu Server. Note that the server upgrade will use GNU screen and automatically re-attach in case of dropped connection problems. Launch the upgrade tool with the command sudo do-release-upgrade.
#Ubuntu 14.04.2 server download install
Install the update-manager-core package if it is not already installed.
#Ubuntu 14.04.2 server download update

# rm -f /var/lib/glance/glance.sqlite Verify operation: # service glance-registry restartĭelete the SQLite database file. # su -s /bin/sh -c "glance-manage db_sync" glance
#Ubuntu 14.04.2 server download password
Password = password # Repalce this with the password you chose for glance user in the identity service # Replace this with the password you chose for glance user in the identity service.įilesystem_store_datadir = /var/lib/glance/images/Įdit the /etc/glance/nf file, modify the below settings and make sure to place a entries in the proper sections. # Replace with the password you chose for glance databaseĪuth_uri = auth_url = auth_plugin = password Ĭonnection = mysql://glance: controller/glance # apt-get install glance python-glanceclientĮdit the /etc/glance/nf, modify the below settings and make sure to place a entries in the proper sections. | description | OpenStack Image service | # openstack service create -name glance -description "OpenStack Image service" image # openstack role add -project service -user glance admin

| id | f4bed648d59f44bfa31d9bb670fa7bc2 |Īdd the admin role to the glance user and service project. # openstack user create -password-prompt glance # source admin-openrc.shĬreate the glance user. GRANT ALL PRIVILEGES ON glance.* TO IDENTIFIED BY ' password' Set proper access to the glance database. # mysql -u root -pĬreate the database for glance. Login as root into to MySQL database server. export OS_PROJECT_DOMAIN_ID=defaultĮxport OS_AUTH_URL= Replace password with the password that you created for demo user in KeyStone #2. export OS_PROJECT_DOMAIN_ID=defaultĮxport OS_AUTH_URL= Replace password with the password that you created for admin user in KeyStone #2Ĭreate the demo-openrc.sh file.

Paste the following content onto the file. OpenStack Kilo on Ubuntu 14.04.2- Configure KeyStone #2Ĭreate a client environment script for admin and demo user, these scripts will help us to load appropriate credential for client operations.Ĭreate the admin-openrc.sh file. OpenStack Kilo on Ubuntu 14.04.2- Configure KeyStone #1 If you have not configured KeyStone yet, you can go through the below two posts. Before going ahead make sure you have configured KeyStone service. We will configure glance to store images locally on the controller node. This post guides you to configure OpenStack image service, code-named Glance, on the controller node.
