Guest User

Untitled

a guest
Dec 10th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. $ pip list |grep -i SQLAlchemy
  2. SQLAlchemy 2.0.36
  3. $ rm -rf /tmp/rally.sqlite && rally db create && rally --debug deployment create --fromenv --name=existing
  4. Creating database: sqlite:////tmp/rally.sqlite
  5. Database created successfully
  6. 2024-12-11 03:14:48.340 976317 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide.
  7. 2024-12-11 03:14:48.341 976317 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden.
  8. 2024-12-11 03:14:48.341 976317 RALLYDEBUG rally.api [-] ERROR log from boto module is hide.
  9. +--------------------------------------+----------------------------+----------+------------------+--------+
  10. | uuid | created_at | name | status | active |
  11. +--------------------------------------+----------------------------+----------+------------------+--------+
  12. | 1f2c25e4-dca3-4e9b-ae01-db376f930722 | 2024-12-11T03:14:49.299912 | existing | deploy->finished | |
  13. +--------------------------------------+----------------------------+----------+------------------+--------+
  14. Using deployment: 1f2c25e4-dca3-4e9b-ae01-db376f930722
  15. ~/.rally/openrc was updated
  16.  
  17. HINTS:
  18.  
  19. * To use standard OpenStack clients, set up your env by running:
  20. source ~/.rally/openrc
  21. OpenStack clients are now configured, e.g run:
  22. openstack image list
Advertisement
Add Comment
Please, Sign In to add comment