1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/cloud-image
2014-09-21 21:41:51 -06:00
..
.novarc Moving cloud image creation script to gns3-server project. 2014-06-26 13:44:03 +00:00
create_image.py Syntax cleanup 2014-06-26 14:35:19 +00:00
dependencies.txt Moving cloud image creation script to gns3-server project. 2014-06-26 13:44:03 +00:00
readme.txt Adding readme.txt 2014-06-26 13:44:03 +00:00
script_template Bugfixes with cloud server communication 2014-09-21 21:41:51 -06:00

create_image.py:

- uses fabric, which doesn't support Python 3

- prompts for Rackspace credentials if environment variables not set
  - see .novarc for example env variables
    - note that the novaclient library uses the Rackspace password and -not-
      the API key

- use '--help' for help with arguments