diff options
| author | Rajaram Mallya <rajarammallya@gmail.com> | 2011-08-25 10:58:45 +0530 |
|---|---|---|
| committer | Rajaram Mallya <rajarammallya@gmail.com> | 2011-08-25 10:58:45 +0530 |
| commit | 0789e762583f3b306aa50c8c74c48256e731eb6c (patch) | |
| tree | 787f18347922471c028b2b529f88ab14c5654be5 /bin/skeleton-api | |
| parent | 77b761d6463fcec383c12bf8ee0df1ae1410c464 (diff) | |
Rajaram/Vinkesh | Removed references to Glance in code
Diffstat (limited to 'bin/skeleton-api')
| -rwxr-xr-x | bin/skeleton-api | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/skeleton-api b/bin/skeleton-api index 1d02055..7bb5f93 100755 --- a/bin/skeleton-api +++ b/bin/skeleton-api @@ -55,7 +55,8 @@ if __name__ == '__main__': (options, args) = config.parse_options(oparser) try: - conf, app = config.load_paste_app('skeleton-api', options, args) + conf, app = config.load_paste_app('skeleton-api', options, args, + app_config_dir_name='skeleton') server = wsgi.Server() server.start(app, int(conf['bind_port']), conf['bind_host']) |
