From 42130df362075e326994ff75c6b309572f989c22 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Sat, 18 Mar 2017 13:27:42 -0700 Subject: [PATCH] rgw: rename rgw_rest_es.cc to rgw_es_query.cc Signed-off-by: Yehuda Sadeh --- src/rgw/CMakeLists.txt | 2 +- src/rgw/{rgw_rest_es.cc => rgw_es_query.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/rgw/{rgw_rest_es.cc => rgw_es_query.cc} (100%) diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index d8e3c564b60..fc7aa1ee451 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -195,7 +195,7 @@ target_link_libraries(radosgw-admin rgw_a librados install(TARGETS radosgw-admin DESTINATION bin) set(radosgw_es_srcs - rgw_rest_es.cc) + rgw_es_query.cc) add_executable(radosgw-es ${radosgw_es_srcs}) target_link_libraries(radosgw-es rgw_a librados cls_rgw_client cls_lock_client cls_refcount_client diff --git a/src/rgw/rgw_rest_es.cc b/src/rgw/rgw_es_query.cc similarity index 100% rename from src/rgw/rgw_rest_es.cc rename to src/rgw/rgw_es_query.cc