Change graph name to match resources

Change-Id: Iad21b14e5dde25271c3f274dfc437b423c6d46e9
Issue-ID: OOM-1015
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
diff --git a/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml b/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml
index 6a66811..a271402 100644
--- a/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml
+++ b/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml
@@ -21,9 +21,8 @@
         <entry key="champcore.event.stream.publisher-pool-size" value="10" value-type="java.lang.Integer"/>
         <entry key="champcore.event.stream.publisher" value-ref="champEventPublisher"/>
 
-        <entry key="graph.name" value="aaigraph.dev"/>
+        <entry key="graph.name" value="aaigraph"/>
         <entry key="storage.backend" value="cassandra"/>
-        <entry key="storage.cassandra.keyspace" value="aaigraph"/>
         <entry key="storage.cassandra.read-consistency-level" value="LOCAL_QUORUM"/>
         <entry key="storage.cassandra.write-consistency-level" value="LOCAL_QUORUM"/>
         <entry key="storage.cassandra.replication-factor" value="3"/>
@@ -37,7 +36,7 @@
 
     <!-- Janus Implementation -->
     <bean id="graphBuilder" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl$Builder">
-        <constructor-arg value="aaigraph.dev"/>
+        <constructor-arg value="aaigraph"/>
         <constructor-arg ref="props" />
     </bean>