Add/Modify some files
add an entry_point file, also modify a few readme-files Change-Id: Ie7c69ff6e676254769dd4dc76a2f5b0906e61ae7
This commit is contained in:
parent
b6461fcb82
commit
7e3e60a34a
glancesync
juno-patches
glance/glance_location_patch/glance-egg-info
nova/instance_mapping_uuid_patch
novaproxy
@ -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` .
|
||||
|
@ -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
|
@ -19,7 +19,7 @@ Key modules
|
||||
|
||||
Requirements
|
||||
------------
|
||||
* openstack icehouse has been installed
|
||||
* openstack of juno-version has been installed
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
@ -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
|
||||
------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user