Skip to content

Instantly share code, notes, and snippets.

@mohammad76
Last active October 3, 2023 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohammad76/ca0a655430c9500be805b36f242be607 to your computer and use it in GitHub Desktop.
Save mohammad76/ca0a655430c9500be805b36f242be607 to your computer and use it in GitHub Desktop.
install keystone
apt-add-repository cloud-archive:zed
apt update && apt upgrade
apt install apache2 python3-openstackclient libapache2-mod-wsgi-py3 memcached python3-pymysql
apt install keystone
# sudo -u keystone keystone-manage db_sync
# 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 258965Mohammad --bootstrap-admin-url http://opencontroller.itsstoree.fun:5000/v3/ --bootstrap-internal-url http://opencontroller.itsstoree.fun:5000/v3/ --bootstrap-public-url http://opencontroller.itsstoree.fun:5000/v3/ --bootstrap-project-name Chabok --bootstrap-region-id Tehran
#OS_USERNAME=admin
#OS_PASSWORD=258965Mohammad
#OS_PROJECT_NAME=Chabok
#OS_USER_DOMAIN_NAME=Default
#OS_PROJECT_DOMAIN_NAME=Default
#OS_AUTH_URL=http://opencontroller.itsstoree.fun:5000/v3
#OS_IDENTITY_API_VERSION=3
# neutron install
apt -y install neutron-server neutron-plugin-ml2 python3-neutronclient openvswitch-switch neutron-openvswitch-agent neutron-dhcp-agent neutron-metadata-agent neutron-l3-agent
# neutron compute
apt install neutron-common neutron-plugin-ml2 neutron-openvswitch-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment