Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. [[local|localrc]]
  2. HOST_IP=10.0.0.150 # change this to your IP address
  3. DATABASE_PASSWORD=password
  4. RABBIT_PASSWORD=password
  5. SERVICE_TOKEN=password
  6. SERVICE_PASSWORD=password
  7. ADMIN_PASSWORD=password
  8. enable_plugin zun https://git.openstack.org/openstack/zun
  9. enable_plugin zun-tempest-plugin https://git.openstack.org/openstack/zun-tempest-plugin
  10. RECLONE=yes
  11. #This below plugin enables installation of container engine on Devstack.
  12. #The default container engine is Docker
  13. enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
  14. SCREEN_LOGDIR=$DEST/logs/screen
  15. LOG_COLOR=false
  16. LOGFILE=/opt/stack/logs/stack.sh.log
  17. VERBOSE=True
  18. # In Kuryr, KURYR_CAPABILITY_SCOPE is `local` by default,
  19. # but we must change it to `global` in the multinode scenario.
  20. KURYR_CAPABILITY_SCOPE=local
  21. KURYR_ETCD_PORT=2379
  22. enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
  23.  
  24. ENABLE_IDENTITY_V2=False
  25. # install python-zunclient from git
  26. LIBS_FROM_GIT="python-zunclient"
  27.  
  28. # Optional: uncomment to enable the Zun UI plugin in Horizon
  29. #enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
  30.  
  31. enable_plugin zun-ui https://github.com/openstack/zun-ui
  32. # Optional: uncomment to enable the Heat plugin for container orchestration
  33. enable_plugin heat https://git.openstack.org/openstack/heat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement