{ "info": { "author": "Sahid Orentino Ferdjaoui (Cloudwatt)", "author_email": "sahid.ferdjaoui@cloudwatt.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: OpenStack", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python" ], "description": "Warm - To setup simple OpenStack environments from template\n===========================================================\n\n Warm exposes APIs on Yaml files to be reused. I's good tool to setup\nsmall environement on OpenStack.\n\nPlease report me any bug or feature. I will be happy to work on it.\n\nNote: Warm mixup names and ids, It does not recreate resource \nalready exists with a same name/id.\n\nHow to use it:\n==============\n\n - To install Warm use pip (don't forget to check for dependances).\n$ pip install warm\n \n - We are considering your env OS_* are already configured.\n$ export | grep OS_\ndeclare -x OS_AUTH_URL=\"https://identity/v2.0\"\ndeclare -x OS_PASSWORD=\"*******\"\ndeclare -x OS_TENANT_ID=\"ea262aa012f244f8af2d1687977aaa81\"\ndeclare -x OS_TENANT_NAME=\"my-project\"\ndeclare -x OS_USERNAME=\"sferdjaoui\"\n\n - We are now ready to create our first template.\n$ cat > my-tpl.yaml <