diff --git a/glancesync/README.md b/glancesync/README.md index 25eb0ae1..cf6d0bdd 100644 --- a/glancesync/README.md +++ b/glancesync/README.md @@ -51,7 +51,7 @@ Installation |${glance-patch}| glance/ | ${python_install_dir}/glance | |${glance-patch}|glance.egg-info/entry_points.txt | ${glance_install_egg.info}/ | - ${glance-patch} = `icehouse-patches/glance/glance_location_patch` ${python_install_dir} is where the openstack installed, e.g. `/usr/lib64/python2.6/site-packages` . + ${glance-patch} = `juno-patches/glance/glance_location_patch` ${python_install_dir} is where the openstack installed, e.g. `/usr/lib64/python2.6/site-packages` . 2. Add/modify the config options | CONFIG_FILE | OPTION | ADD or MODIFY | @@ -71,7 +71,7 @@ Installation * **Automatic Installation** - 1. Enter the glance-patch installation dir: `cd ./tricircle/icehouse-patches/glance/glance_location_patch/installation` . + 1. Enter the glance-patch installation dir: `cd ./tricircle/juno-patches/glance/glance_location_patch/installation` . 2. Optional, modify the shell script variable: `_PYTHON_INSTALL_DIR` . 3. Run the install script: `sh install.sh` 4. Enter the glancesync installation dir: `cd ./tricircle/glancesync/installation` . diff --git a/juno-patches/glance/glance_location_patch/glance-egg-info/entry_points.txt b/juno-patches/glance/glance_location_patch/glance-egg-info/entry_points.txt new file mode 100644 index 00000000..476cf23a --- /dev/null +++ b/juno-patches/glance/glance_location_patch/glance-egg-info/entry_points.txt @@ -0,0 +1,21 @@ +[console_scripts] +glance-api = glance.cmd.api:main +glance-cache-cleaner = glance.cmd.cache_cleaner:main +glance-cache-manage = glance.cmd.cache_manage:main +glance-cache-prefetcher = glance.cmd.cache_prefetcher:main +glance-cache-pruner = glance.cmd.cache_pruner:main +glance-control = glance.cmd.control:main +glance-manage = glance.cmd.manage:main +glance-registry = glance.cmd.registry:main +glance-replicator = glance.cmd.replicator:main +glance-scrubber = glance.cmd.scrubber:main + +[glance.common.image_location_strategy.modules] +location_order_strategy = glance.common.location_strategy.location_order +store_type_strategy = glance.common.location_strategy.store_type + +[glance.sync.store.location] +filesystem = glance.sync.store._drivers.filesystem:LocationCreator + +[glance.sync.store.driver] +filesystem = glance.sync.store._drivers.filesystem:Store \ No newline at end of file diff --git a/juno-patches/nova/instance_mapping_uuid_patch/README.md b/juno-patches/nova/instance_mapping_uuid_patch/README.md index b4b91dae..1c268499 100644 --- a/juno-patches/nova/instance_mapping_uuid_patch/README.md +++ b/juno-patches/nova/instance_mapping_uuid_patch/README.md @@ -19,7 +19,7 @@ Key modules Requirements ------------ -* openstack icehouse has been installed +* openstack of juno-version has been installed Installation ------------ diff --git a/novaproxy/README.md b/novaproxy/README.md index b9fb2754..67a09371 100644 --- a/novaproxy/README.md +++ b/novaproxy/README.md @@ -22,7 +22,7 @@ Key modules Requirements ------------ -* openstack-nova-compute-2014.1-23.1 has been installed +* openstack-nova-compute-2014.2(Juno) has been installed Installation ------------