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