heat/tools
Chang Bo Guo 9aaddd5b48 Use built-in print() instead of print statement
In python 3 print statement is not supported, so we should use
only print() functions.

Fixes bug 1226943

Change-Id: If88d77982ddbd1eb47265f15a27b747cd8011e76
2013-09-18 01:50:26 -07:00
..
conf Update openstack.common.config 2013-07-18 12:01:02 -07:00
config Update Oslo to 96d1f887dda Part 1 2013-08-13 13:38:45 +04:00
README Add a tool to register prebuilt JEOS images into glance from github 2012-08-17 10:11:43 -07:00
cfn-json2yaml Use built-in print() instead of print statement 2013-09-18 01:50:26 -07:00
experimental_ssh_eventlet.py Use built-in print() instead of print statement 2013-09-18 01:50:26 -07:00
glance-jeos-add-from-github.sh heat tools : glance-jeos-add-from-github avoid duplicates 2012-08-20 13:02:46 +01:00
heat-db-drop heat tools : heat-db-drop prompt for missing password 2012-07-05 10:46:53 +01:00
install_venv.py Use built-in print() instead of print statement 2013-09-18 01:50:26 -07:00
install_venv_common.py Sync install_venv_common from oslo. 2013-07-05 22:12:13 -04:00
integration.sh Update tools/integration.sh script to new docs tree 2013-04-29 18:05:10 +01:00
nova_create_flavors.sh Deprecate tools/nova_create_flavors.sh 2013-05-07 16:56:22 +12:00
openstack heat tools : openstack script fixes for grizzly 2013-04-09 10:12:18 +01:00
openstack_ubuntu tools/openstack_ubuntu fix nova-manage network create command 2012-12-17 11:33:54 +00:00
patch_tox_venv.py Update Oslo to 96d1f887dda Part 1 2013-08-13 13:38:45 +04:00
rst2script.sed Add Getting Started guide to repo 2012-05-11 18:56:12 +02:00
state_transitions.py Use built-in print() instead of print statement 2013-09-18 01:50:26 -07:00
test-requires-rpm Use testr for running gate tests 2013-04-30 13:51:31 -07:00
uninstall-heat Move heat-cfn, heat-boto, heat-watch to new repo 2013-08-13 12:26:43 +12:00
with_venv.sh Enclose command args in with_venv.sh 2013-09-09 14:36:33 +08:00

README

Files in this directory are general developer tools or examples of how
to do certain activities.

If you're running on F16, make sure you first enable the preview yum repository
http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17#Preview_Repository_for_Fedora_16

-----
Tools
-----

+ experimental_ssh_eventlet.py
     - Example of using ssh inside python with eventlets.

+ openstack - WARNING COULD DESTROY DATA
    - Installs, Uninstalls, starts, and stops openstack from the RPM repository
      on F16 or F17.  This provides a consistent way for developers to deploy
      openstack in a consistent painless way.

      THIS IS NOT INTENDED FOR END USERS AS IT COULD PERMANENTLY DESTROY DATA
      AND DOES NOT PROPERLY SECURE THE INSTALLATION.

      note: This tool does not create a network.  Creating a network depends
            on the specific environment, but an example network creation:

sudo nova-manage network create demonet 10.0.0.0/24 1 256 --bridge=demonetbr0

+ heat-keystone-setup
    - This tool configures keystone for use with the heat service  the first
       time openstack is installed.

+ heat-db-drop
    - This script drops the heat database from mysql in the case of developer
      data corruption or erasing heat.

+ glance-jeos-add-from-github.sh
    - Register all JEOS images from github prebuilt repositories.
      This takes about 1 hour on a typical wireless connection.